Alex

Results 76 comments of Alex

I've build an utility app that helps to create js file with environment variables. It provides small sized binary cli app (500kb-2Mb depending on edition and platform) with some config...

I'll try to figure out what's going on there. But it should be easy. Just run verdaccio locally, publish a package then unpublish it and you should get an error.

Just another thing that I've noticed when manually transfered package data to google datastore that verdaccio by default somehow escapes document id and it's started with `__`. However if you...

@juanpicado There are no logs, cause as soon as verdaccio tries to load this plugin and reports that it's loaded successfully it hangs.

@juanpicado I think that "Error is not properly caught" is the main reason of both bugs. It's possible that my case it may have very long timeout before failing.

@75lb, it worked, thanks. But I think it would be a good idea to replace such char with `|` or something similar.

Any fixes planned for this? The plugin is unusable.

I'm also looking forward for 3.0 support. Mainly because they added `oneOf` support.

I don't familiar with hapi, but it seems that there's some closure that doesn't allow GC to collect some variables. I've done similar thing, but on the lower level (by...

@gwilakers I don't think that something in prom-client could hold variable, because it's doing simple operations like: ```js total += yourVariable; ``` You can also try prom-client versions 8.X (I'm...