Amin Ya
Amin Ya
Sometimes the pull request we make for registering is not valid and we want to close it. Is there a command for it?
This uses setup-cpp to install the C++ tools https://github.com/aminya/setup-cpp/ https://github.com/aminya/trompeloeil/actions/runs/1551038387 
WIP Zadeh supports adding all the files to its cache using `ArrayFilterer` instead of calling `filter` every time. If we use `ArrayFilterer` searching will be faster https://github.com/atom-community/zadeh#arrayfilterer I'm also inclined...
### Pathwatchers Previously we used Atom's path watcher, however, Atom's Pathwatcher is non-recursive, has issues, and lacks a maintainer to address these https://github.com/atom/node-pathwatcher/issues/135 We switched to [chokidar](https://github.com/paulmillr/chokidar ) in the...
We should add more built-in providers or offer packages that implement such providers. Related issues: #179 #207 #208 #182 #200 #224 #220 #260
Cross issues to https://github.com/codota/tabnine-atom/issues/39 ### Description I was wondering why autocomplete-paths does not work for me today until I found out that the Tabnine package disables autocomplete-paths! ### Steps to...
The `src` attribute in the `img` tag generated by the `Picture` component doesn't have a file extension. This is incorrect. ```html ``` The astro code is: ```astro ``` https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-src
### Problem I used to specify the toolchain version that I want to use in `rust-toolchain.toml`, but recently I get an error like this when I try to use cargo...
Rollup
We made it 😃 Fixes https://github.com/JunoLab/atom-ink/issues/144 - This builds atom-ink using rollup. ## Now it loads 2.6X faster reduces the ink load time by 110ms + 20ms for julia-client ###...
A follow up to #277 to further improve the performance. As I mentioned in https://github.com/JunoLab/atom-julia-client/issues/744, it is best if we can use X-terminal package as the REPL. That increases the...