Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
So is the image intended to be a signature?
As for your issue I have no clue, but I think it depends who is reporting to you, not sure tho -
@gitpush
Yes.
As my quota of high-speed connection is not reached, I use the banner as a signature.
The 200 (ok) - not 304 (nothing changed) - messages are thrown at the console of verdaccio itself.
So I presume verdaccio does not cache packages properly. -
[AD] Hey, seems you like using devBanner!
Create your own devRant banner now at https://devbanner.center ! -
@CozyPlanes if it weren't against tos, I would already have a bot here with games and other cool stuff built in.
-
@ewpratten against the tos,but avail after dfox permission
@randomquote bot is made by @skayo if u didn't knew -
@CozyPlanes I have an experimental "tool" (not calling it a bot because tos) in the works for improving the reporting system.
Related Rants
Do anyone of you use a npm registry server like verdaccio for caching of packages from npmjs.org?
Today I tried verdaccio within a local docker container.
I successfully connected via npm --registry <registry-url> install
There where no errors, but verdaccio kept delivering packages with 200.
Shouldn't it be 304 since the packages already exist in the storage folder of verdacio?
question
package cache
docker
verdaccio
npm
alternatives?