Amin Ya

Results 1114 comments of Amin Ya

These are the external dependencies (`find-parent-dir` and `isbinaryfile`). They might get fixed by updating their versions. If not, we might need to hot patch the code.

I have made a demo of this `etch-solid` library: https://codesandbox.io/s/etch-solid-pwonz?file=/src/index.jsx

The discussion is being followed here: https://github.com/ryansolid/solid/issues/206

I made a repository to make the ideas more solid :) https://github.com/atom-ide-community/etch-solid

etch solid is written and if you notice it is a tiny wrapper around solid. I have made etch-solid to be as backward compatible as possible. https://github.com/atom-ide-community/etch-solid/blob/master/src/index.ts The remaining are...

> I think this would be helpful since it's already a struggle trying to build atom. @jeff-hykin #10 will solve this issue partially. You will not need anything to start...

> > To build the Atom, I just install windows-build-tools, and I use the node that is provided by apm. > > @aminya > How do you use the node...

Thank you Jeff. I will update the scripts such that the versions are pinned. Currently, the only version of Node that I support is 12.4.0. It should build everything from...

> When I propose changes, I'll try to help with that. I noticed just now that oginumura and the tree sitter are using native modules even though there's WASM builds...

> The reason most projects do NOT pint to an exact version is that you simply don't have to. if the code is only JavaScript that is not a problem...