Node packaging is fucked. Node packaging remains fucked.
I am sorry, but as a noobie user of npm I don’t understand. It works pretty well for me if you use it normally for what it is supposed for.
Node packaging is fucked. Node packaging remains fucked.
I am sorry, but as a noobie user of npm I don’t understand. It works pretty well for me if you use it normally for what it is supposed for.
AFAIK Opera has some kind of patent for this, so other browsers cannit implement it so easily.
Thank you for your explanation! From what I have read ‘#pragma once’ solves the problem with mutiple includes for most modern compilers, but it’s always better to write the import guards for better compatability?
Where possible, maintain the right-click-view-source affordance. The beauty of the early web was that it was always possible to “peek behind the curtains”.
Just make the source code availible behind a visible link (hosted on Github or another similiar platform if possible). I don’t see this being a problem by any means.
- Rule - Prefer Naked HTML
HTML? Naked?? Man, I always did 😍.
Ouch! Thank you for noting.
And also FOSS is just cool. That’s a cherry on top.
You can download any visual studio code extension from the visual studio extensions marketplace as far as my experience goes. There’s a “download extension” link for every extension which will give you a *.vsix
file. Only pity is that you won’t get any automatic updates for the extension.
8 just took a look and the VS marketplace website on my mobile and look at what I have found under the “resources” section! This is same for every extension.
AFAIK you can download every extension as vsix file from vs code web marketplace and then import it into VSCodium. That’s how I have been installing missing extensions so far and it works well.
In fact as a user of one different forum I was able to witness search engines logging in as bots for better access. I know this sounds made-up, but the forum was made with/powered by Xenforo. Btw XDA forums and lot of other forums are also made with xenforo. It’s possible that xenforo has a built-in support for search indexing bots, but I don’t reaľly know if that’s the case.
Isn’t this a problem with every package/library system? Is there really a solution to this that doesn’t limit packages with how they handle their dependencies?
This may also be about trust. npm probably could limit a number of dependencies that a single package can have with an arbitrary limit, but they don’t do that, because they trust the developers they won’t misuse their options. Well…