Ruben Oostinga

Results 22 issues of Ruben Oostinga

Babel 6 gives the error: `Transformer is not a constructor`. Some research shows that this is due to this plugin only supporting babel 5.

I'm running on linux and I need to run `npm start` as root. When I do this I get this error: ``` $ npm start internal/fs/utils.js:259 throw err; ^ Error:...

See this documentation: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin This means that my main branch is `origin/master` while coveralls thinks my main branch is just called `master`. I am not sure, but this might cause...

Now I can't get the latest hacker news via my favorite pwa anymore 🙀

I use ctrl enter to submit a form (which is the default in any browser). However now wasavi will start. I have changed the hotkeys to have wasavi only start...

bug
solved in latest source code

### Description Added an option to preloadFonts so I can get rid of the lighthouse warning below: ![image](https://user-images.githubusercontent.com/6420016/95023073-3f704b00-067b-11eb-874a-5362c8cf1d98.png) I also ensure that the `preloadImages` option will add preload tags to...

Sometimes a rebuild to use graphql federation is not possible / desirable. I'm working on a schema transform that allows you to add federation to any existing schema: [graphql-transform-federation](https://github.com/0xR/graphql-transform-federation). The...

This is a bit unfortunate. FiraCode works in qTerminal on linux. But I would like to try hasklig on linux in a terminal.

I'm running `npx jss-cli convert myfile.css -e es6` and I get this error: ``` stripUnit(...).replace is not a function ``` Is anyone else having this issue? I'm doing some further...

bug
help wanted

My web app doesn't work when I run it through compoxure and I found out it is because the Javascript is changed. I tried changing the hogan delimiters from `{{...

enhancement