Amin Ya

Results 542 issues of 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...

enhancement
performance
Modernization
medium-priority

The signature does not hide when the user clicks somewhere else.

bug
help wanted

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...

enhancement
help wanted

May fix #117 It looks like linter tooltips on markdown/snippet datatips: ![image](https://user-images.githubusercontent.com/16418197/111721111-422bba80-882d-11eb-8b71-9e10ca4e3235.png) ![image](https://user-images.githubusercontent.com/16418197/111721255-7ef7b180-882d-11eb-8777-7683c117025a.png) But on more react components, the left border looks quite bad: ![image](https://user-images.githubusercontent.com/16418197/111721191-64253d00-882d-11eb-92f3-1a682a3bb536.png)

enhancement
help wanted

https://github.com/steelbrain/linter-ui-default/blob/fff76c96034d2869fd2f1509b95efdd8b16cb048/styles/linter-ui.less#L17-L118 The current look: ![image](https://user-images.githubusercontent.com/16418197/107166817-bc3e6900-697c-11eb-9e6f-1b94d90b7aa3.png)

enhancement

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. ![image](https://user-images.githubusercontent.com/16418197/106567039-c680e300-64f6-11eb-8d96-f17033e5d347.png)

bug

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 -...

enhancement