Amin Ya
Amin Ya
#### Plan I plan to use `solid` for Atom projects. Atom has its own DOM library called `etch`, which is used in [the core of Atom](https://github.com/atom/atom/blob/aa3c34bedb361e09a5068dce9620b460a20ca3fb/src/text-editor-component.js#L3) as well as many...
The signature does not hide when the user clicks somewhere else.
Fails because of ```cpp CXX(target) Release/obj.target/zadeh/src/binding/node.o In file included from ../src/binding/node.cc:3: In file included from ../src/binding/./node.h:7: In file included from ../src/binding/../zadeh.h:4: ../src/binding/.././common.h:61:10: warning: address of stack memory associated with local...
https://github.com/snapcrafters/atom/pull/66
This PR uses [move_const](https://github.com/aminya/move_const) to move const values
_Summarized from https://github.com/nodejs/node-addon-api/issues/862_ # The problem I have written an algorithm that works on a vector string. However, I am not sure if the way I convert a Napi::Array to...
May fix #117 It looks like linter tooltips on markdown/snippet datatips:   But on more react components, the left border looks quite bad: 
https://github.com/steelbrain/linter-ui-default/blob/fff76c96034d2869fd2f1509b95efdd8b16cb048/styles/linter-ui.less#L17-L118 The current look: 
When the mouse goes on a text for a moment and it exists the editor, datatip is shown For example, when using the find-and-replace this can be annoying. 
It would be nice if: - [ ] we can click on the types that are shown inside the datatip. - [ ] have atom-ide-definitions features in the datatip -...