Ludwig Magnusson

Results 8 issues of Ludwig Magnusson

I believe this change in `babel-preset-env` https://github.com/babel/babel/pull/9781 breaks this plugin. Re-create by upgrading `babel-preset-env` in this package and run the tests. I tried going through the code in order to...

I am trying to make a CORS request and have it working in IE8/9. I get the error : ``` SCRIPT5: Access is denied. ``` The error occurs in the...

The old location is usually under source control, which was not optimal for generated files. The new location is more suitable for automated output and is still in the runtimepath.

Should there be an equivalence of a `finally` statement on futures? I recently used that with promises and I wondered how I would solve the same situation with futures. Folktale...

- [X] I'd be willing to implement this feature ([contributing guide](https://github.com/lerna/lerna/blob/main/CONTRIBUTING.md)) ## Description When using `lerna publish --conventional-commits` the feeling is very often that there are too many packages published....

type: feature

I use the mutiple cursors plugin: https://github.com/terryma/vim-multiple-cursors This collides with hardtime however. If I create 5 cursors, and then press `h` for instance, only the N first cursors will move...

I have a project using `replaceEsm` that works fine using `yarn`. But when I switch to `pnpm` it says that `quibble` cannot find one of my modules. I assume this...

Mocha now has promise support. Would it be possible to also add it to mocha-given? In mocha i can write: ``` describe 'myPromiseFunction', -> beforeEach -> someAsyncSetup() it 'shoud return...