Amin Ya
Amin Ya
### Description This speeds up the whole test time. However, some of the tests are not thread-safe, and they might fail. But because now we have separate child processes and...
#399 but merging it directly to master To make #386 reviewable, that pr will be separated into many simpler prs. This is one of them. This first commit does the...
https://github.com/atom-community/terminal - [ ] add it to Atom - [x] Merge the open pull requests: - [x] Use editor font for terminal - [x] detect the best shell - [x]...
https://github.com/atom-community/atom-ide-base/pull/92 If someone does the rest of this migration, it would be great: [electron/remote#migrating-from-remote](https://github.com/electron/remote#migrating-from-remote)
https://github.com/atom-community/papm/releases/tag/v0.1.0
At some point, the upstream moderators carelessly closed a bunch of pull requests. My guess is that they wanted to make the repo look "maintained". Now, that they have shut...
pnpm is much faster than `npm` or `yarn`. We should consider using that to speed up the build process. It is compatible with `npm`, so switching to it is just...
GitHub Discussions https://github.com/atom-community/atom/discussions Discord Discussions https://discord.gg/2tD9evh8qP Please use the issues tab only for the technical issues.
### Description This excludes the test dependencies from the production Atom binary. This is done by moving those dependencies to `spec` folder. ### Benefits - The production Atom binary will...