Alex

Results 32 issues of Alex

Hello. I've noticed is something bad is happend with consul response (e.g. some error code, malformed JSON, etc.) It returns something like "JSON error", without any additional info that could...

enhancement
help wanted

When unpublishing scoped package it fails with 422 error. ``` npm ERR! code E422 npm ERR! 422 Unprocessable Entity - DELETE http://npm.example.com/@scope%2ffoobar/-rev/3-9c41865ae8453952 - TypeError: Cannot read property 'indexUpdates' of undefined...

issue: wontfix
issue_needs_triage
plugin: google-cloud-storage

**Describe the bug** When aws-s3-storage is installed verdaccio doesn't load and it's stuck after `Plugin successfully loaded: verdaccio-aws-s3-storage` **To Reproduce** Use docker image from examples ``` FROM verdaccio/verdaccio:latest USER root...

issue_needs_triage
plugin: aws-storage

### Env node-config version: ^3.0.0 ### Actual behavior: config/default.js ```js module.exports = { test: { a: {} } } ``` test.js ``` const config = require('config'); const test = config.get('test');...

Hello. I'm writing an chat-like app that can be run on multiple node instances (using multiple workers). As I understand Primus stores all it's connections in it's `connections` variable. I.e....

feature
discussion

Currently rollbar's npm package contains a lot of files that are useless when using it. For example, now it contains test directory, makefiles, src directory and so on. Such files...

enhancement
v3

I've recently had some errors in logs after which the whole server got crashed. Here's an example: ``` events.js:292 throw er; // Unhandled 'error' event ^ RangeError: Invalid WebSocket frame:...

https://github.com/mcollina/fastify-gql/blob/master/lib/subscription-client.js#L138 Here before sending anything to socket it needs to be checked if it's in ready/connected state. Otherwise it will throw an error that is not cached anywhere properly.

bug

Hi. I saw that in some issues you've mentioned that GUI dependency could be optional. That will be great and it will also allow reducing docker images size. E.g. it...

Sometimes it could be helpful to avoid issues running usus in docker (e.g. to pass additional flag `--no-sandbox` or others).