Aron Woost

Results 7 issues of Aron Woost

First let me say, big thanks for this project. Although I didn't use much of the move stuff, it's the perfect tutorial to get a node app on EC2 up...

Find all details about the issue here: https://github.com/apollographql/apollo-client/issues/9063 Note that it works as expected if the `read()` function returns `false` (no array). Let me know if you have any question....

🛫 in-progress
🏓 awaiting-team-response

``` // "foo" is selected, should expand to "foo === 3" if(foo === 3 || bar === 3) { } ``` ``` // "b.getVal()" is selected, should expand to "b.getVal()...

enhancement

[Numbers and alphabetical characters](https://github.com/aronwoost/sublime-expand-region/blob/master/expand_region_handler.py#L24) are certainly not enough. What are legal characters that a variable declaration or a function/method name can consists of?

### Link to the code that reproduces this issue https://github.com/aronwoost/nextjs-suppress-warning-issue ### To Reproduce 1. `npm install` 2. `npm run dev` 3. Open http://localhost:3000/ in browser ### Current vs. Expected behavior...

bug

For me there are duplicated classnames generated, which is (of course) causing problems. Is this a known issue? How can I assist debugging this? I'm using pretty much the example...