Damian Kaczmarek

Results 192 comments of Damian Kaczmarek

Planning to upgrade to electron 10 .. good to know that this would become a blocker.

In my use case, I have stateful service which handles resources by id. It would be very useful to be able to say "hash this id from the URL, or...

I think I had to use `yarn config set` to make it work. ``` yarn config set -H npmScopes..npmRegistryServer "" yarn config set -H npmScopes..npmAuthToken "" ``` which totally sucks...

> Yarn is an open-source project. If you have a frustrating bug with it you really want to see fixed, I encourage you to investigate it yourselves and open a...

``` yarn config set -H npmScopes.fortawesome.npmRegistryServer "https://npm.fontawesome.com/" && \ yarn config set -H npmScopes.fortawesome.npmAuthToken "" ```

No but I know it can't work. Also, I'm working on a project with a pre existing config.

Hey y'all. I built an alternative. https://www.npmjs.com/package/link-module-alias I'm using it currently in a project alongside `module-alias` but we may switch fully to `link-module-alias` if no issues are found.