gautaz

Results 21 issues of gautaz

Hello, I was wondering why the file `co-bowser.js` referenced in `package.json` is not available when installing through npm. I understand that this is due to the fact that the file...

Hello, One of my test cases is failing with the supersamples reporter, I have isolated the test case that makes supersamples crash: ``` javascript it('uploads a new sequence', function (done)...

**Describe the feature or problem you'd like to solve** Hello, With an access token, the following issue search is behaving correctly: ``` $ glab issue list -R sane-project/backends --in title...

enhancement
stale

**Is your feature request related to a problem? Please describe.** Currently when bundling a Moleculer app with esbuild, it ends up with error messages like this: ``` > node_modules/moleculer/src/serializers/proto/packets.proto.js:4:24: error:...

Hello @typicode, I am using husky as part of a scaffolding project and needed to pass husky the logger used from the outer scope. I do not know if this...

Hello, Currently autoformat needs to use a temporary file when using `eslint` to avoid modifying the project filesytem and still being able to get the fixed content back in the...

Hello, I am currently hitting an issue where some image builds never finish. While pinning down the issue, I have found that neither the `end` event nor the `error` event...

needs inspection

Hello, Looking at: https://github.com/apocas/docker-modem/blob/419cd89ff7ea04289c132503bf4d429da13adbd4/lib/modem.js#L104-L107 As the header `X-Registry-Config` is bound to contain the user docker configuration which holds all her credentials to the different repositories she is actually logged in,...

Hello, This is very similar to #327 but the infrastructure used is public and the certificate is not self signed. I am using the following piece of code: ```js const...

lifecycle/frozen

Hello, The following is perhaps off-limits, but seems an issue: ``` javascript var min = moment('-271821-04-20 02:00'); console.log(min.format()); // -271821-04-20T02:00:00+02:00 var tsm = moment(min.format()); console.log(tsm.format()); // -271821-04-20T02:00:00+02:00 var ts1 =...

Bug
Up-For-Grabs