Mikael Brassman

Results 19 comments of Mikael Brassman

Did the following patch to use `decorateKeymaps` instead of manually registering the key mapping. ``` diff --git a/src/index.js b/src/index.js index 870c870..139151f 100644 --- a/src/index.js +++ b/src/index.js @@ -3,6 +3,12 @@...

`hyperpower` seems to crash with an Uncaught TypeError when it is enabled together with the patched `hypergravity`. ``` [Notification] Plugin error: Error occurred. Check Developer Tools for details /Users/spoike/.hyper_plugins/node_modules/hyperpower/index.js:207 Uncaught...

It appears I misread the docs. There are two similarly named decorator functions `decorateTerm` and `decorateTerms`. The `registerCommands` function is only available on the second decorator function, which makes sense...

Created PR #21 with the patch (sans the `console.log`) so you can tinker with it. ;-)

Stylistic sets are not supported in Jetbrains products yet according to [this YouTrack ticket](https://youtrack.jetbrains.com/issue/IDEA-221886/Support-stylistic-sets-for-fonts).

I tried to install one of the deps (`@storybook/[email protected]`) from the last command stated in the debug log and it also fails with the same error. ``` > npm i...

I've switched over to 12.22.0 with nvm for windows. And `npx sb init` works with a caveat on different version on `package-log.json`: ``` • Adding Storybook support to your "Create...

Tried to issue the `npx sb init` command on the following versions: * 15.13.0 - doesn't work, EBADPLATFORM error * 14.16.0 - works * 12.22.0 - works _edit: I accidentally...

I didn't check what npm version I used on 14.16.0, but it could be related to npm rather than node instead (since it fails due to the `--legacy-peer-deps` flag)?

This might be related to this issue on npm/cli project, where EBADPLATFORM is treated as an error rather than a warning: https://github.com/npm/cli/issues/2921