Jonathan Pollak
Jonathan Pollak
## Motivation Using css custom properties to set custom styles could possibly help minimising the runtime even further. [Linaria](https://github.com/callstack/linaria) is taking this approach, and it would be great to have...
Is it possible to configure the loader to allow importing GraphQL files from a consumed package (e.g., one that is installed with npm)? I noticed [this merged pull request](https://github.com/prisma/graphql-import/pull/216) in...
## Description The `--pnpmOverrides` options that was added in version `8.0.0` seems to now be missing in version `8.2.4`. Here is the command line output (notice it's also gone from...
### Describe the feature you'd like to request A really nice feature of pnpm is it's tab completion ([see here](https://pnpm.io/completion) and [here](https://medium.com/pnpm/pnpm-v4-9-comes-with-command-completion-a411715260b4)), which is available out of the box. To...
Whenever passing a float as the value of a `max-width` query, `matches` returns `false` even when the test should pass. Tested this with both `px` and `em` based queries. **Expected...
I have some tasks that needs to run serially as they depend on each other, and others that could run concurrently. It would be nice to be able to do...
The `status-utf8` option in no longer needed since version `1` of tmux, and including it results in an `unknown option: status-utf8` notice every time tmux is started.
 Here is the list of plugins I have installed, if it's any help. My .vimrc is pretty long, so I won't paste it here, but if anyone has any...
I use `assert.throws` to detect errors initiated by an `@error` statement. Is there a way to check if a certain action triggered a warning (initiated by a `@warn` statement)?