Mika
Mika
I couldn't reproduce this issue. Perhaps it's been solved? Here's what I did: ``` mkdir /tmp/test ; cd /tmp/test npx create-react-app . echo "export default 'hello'" > src/b.js echo "console.log(b)"...
Do I understand it correctly that what remains on this issue is to validate the values of correct fields? I've used Yup (joi) for schema validation for APIs in the...
Woah, 43 times faster is a compelling argument. Good suggestion. I will give it a go!
It's been 2 years. While I did implement a solution that worked for my use case, it was evident in my company that it was too opinionated to be made...
I couldn't reproduce this behavior. Probably it has been fixed since this issue was created (we're on v5.2 now, this issue is for 3.2). I'll close this, but please reopen...
Apologies, my test had a typo. I can now reproduce some of it. On current master, empty project with no dependencies: ``` import Quill from "quill"; const Parchment = Quill.import("parchment");...
You'll need to add the `--overwrite` flag to importjs for the import to be written back to file. Like this: ``` importjs fix --overwrite example.js ``` It adds the `import...
Hi there, I believe an important step is not to scroll before resizing the window. Here you go, it's not a GIF but should be viewable in any browser: [not-loading.ogv](https://www.dropbox.com/s/vh6gr7b7k5rt4m7/not-loading.ogv?dl=0)...
Ah perfect, one step closer to understanding the issue :)
Yes, this is true. It needs to be dynamic for my project. Anyone up for fixing this? I'm pressed for time, but if no one else does it I might...