Sidney Nemzer

Results 30 comments of Sidney Nemzer

It seems like copying with newlines escaped could be useful for a text editor in general. Maybe it could be made into its own package? (I didn't see an existing...

Temporary fix: It's related to inferring type annotations, disable that setting and you'll stop getting the error.

When trying to run the command, do you seeing any errors in the Atom dev console? (Open with command Window: Toggle Developer Tools)

Unfortunately, based on @soumak77's GitHub activity, he hasn't been on GitHub lately and may have missed the notifications about PRs and issues. Maybe you should try contacting the email on...

I see the last line says: `No such file or directory @ rb_sysopen - elm-stuff/exact-dependencies.json ` Maybe try running the elm compiler first to generate the `exact-dependencies.json` file. (Side note:...

I think I'm seeing this same behavior on windows. ![update-with-buffer-freeze-resize-demo](https://user-images.githubusercontent.com/21203108/126026988-35aa9007-c906-43b9-87e2-f72c6c59ffd4.gif) I was expecting the loop to continue updating the buffer while resizing. [Code](https://gist.github.com/SidneyNemzer/0bed730ecd5d2f7057d220f44ba4b127) (sorry there's a bit of extra code,...

Try removing `$useWorker: false` from the `editorProps`. It looks like setting *both* of the options actually doesn't disable the linter. You just need `useWorker: false` in `setOptions`.

> Looking forward to the eslint babel-eslint change upstream You've peaked my interest @mattblackdev. Has Ace switched to using ESLint? I haven't seen anything about that being completed on the...

Maybe a link to https://developer.mozilla.org/en-US/docs/Web/Events would be helpful?

For what it's worth, the network tab is showing that the response for `releases.json` is a 500, rather than the 404 you'd probably expect.