Christian Rackerseder

Results 68 comments of Christian Rackerseder

I [wrote some](https://yarnpkg.com/en/package/@types/enquire.js) at [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/enquire.js/index.d.ts) some time ago 😉

Yeah, I saw that. Also the pipeline took multiple hours to finish. Unfortunately I can't really help here 😕

Ah! `tokenization` was the word I was looking for 😉 Then I will do a `%`. Are there any plans to do that by default?

Update: does not even work with old versions (`muuri-react` `v3.0.0` and `muuri` `v0.8.0`) when building a production build. Also downgrading React to `v16.13.1` does not help. ```sh react_devtools_backend.js:2430 TypeError: Cannot...

Another update: with this combination it works in both environments (development **and** production build): - `muuri:` `v0.9.3` - `muuri-react`: `v3.1.6` - `react`: `v16.13.1` Problem starts to occur when using React...

:+1: Same here. ``` mocha --compilers js:babel/register --require blanket test/*.js* ``` does not work.

Ok, thank you. This should definitely be displayed when I press Command + Shift + P and search for `Preview` :wink: All other commands shows there their keyboard shortcuts.

I've made an issue for that: https://github.com/atom/atom/issues/9758

For new users that are using preview a lot it's more comfortable to have a keyboard shortcut :wink:

`⌘ Shift P` is unfortunately occupied :wink: What about `⌘P` `⌘R` (**PR**eview)?