Jakub Mazurek

Results 8 issues of 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...

question

## 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...

os/linux
os/mac
feature-request

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....

enhancement
documentation

## 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...

good first issue 😊
cat: documentation 📖
platform: next.js 🛠️
skip autolabeling

## 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...

cat: documentation 📖
skip autolabeling

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 ()...

enhancement
rule: valid-expect

# 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...