Jakub Mazurek
Jakub Mazurek
Hey, I created a [jscodeshift](https://github.com/facebook/jscodeshift) codemod for migration from template literal based class names concatenation to this library. It would be awesome to link it somewhere in the readme, then...
## Background Hey, this tool looks amazing! I'm doing a small research about upgrading my current dev tooling around NodeMCU development. I used to use ESPlorer, but I'm looking for...
Hey, I created [nodemcu-app](https://github.com/jayu/nodemcu-app), a project whose main goal is to automate the process of compilation and upload of Nodemcu projects with LFS support. It is an easy-to-use CLI tool....
## Describe the enhancement After release of `2.0` with shaker as a default strategy, we should update `with-linaria` example in `next.js` repo. https://github.com/zeit/next.js/tree/master/examples/with-linaria ## Motivation There is a known bug...
## Describe the enhancement Firstly we add more chapters to `docs/CONFIGURATION.md` to group working integrations - [ ] Next.js heading and link to [`with-linaria` example](https://github.com/zeit/next.js/tree/master/examples/with-linaria) - [x] Gatsby.js heading with...
How do you feel about making `jest/valid-expect` rule fixable for cases where `await` is missing ? So adding `await` in front of `expect` in such cases: ```ts it('should', async ()...
# Feature Request Add web support ## Why it is needed Make module cross-platform ## Possible implementation Hey, I made an investigation on how to implement `.cropImage` on the web....
Thank you for this lib! I've noticed a bug around `context` option. Searching for dependencies using custom context does not work as expected. Perhaps it's because you use `const currentDirectory...