Tony Brix

Results 612 comments of Tony Brix
trafficstars

This package is no longer maintained. Please uninstall platformio-ide-terminal and install either [terminus](https://atom.io/packages/terminus) or [x-terminal](https://atom.io/packages/x-terminal)

This package is no longer maintained. Please uninstall platformio-ide-terminal and install either [terminus](https://atom.io/packages/terminus) or [x-terminal](https://atom.io/packages/x-terminal)

The invoicing system I wrote for myself in highschool consists of a single php file that inlines all of the html, css, and javascript (including authentication). It is atrocious, but...

I feel like that might be something to leave to the language client authors since some languages might not require all packages `atom-ide-base` provides, or they might require other packages.

doesn't `atom-package-deps` require the `package-deps` field in the `package.json` of the package anyway, along with the package name. I don't know if it would work to include it in the...

@atom-community has been working on creating individual packages for each of the features of atom-ide-ui. A few of them have not been released yet (like https://github.com/atom-community/atom-ide-code-format). If you would like...

You can also join the atom-community [discord server](https://discord.com/channels/737254137690980372).

And we need tests for code action filtering

I don't believe Jasmine v3 runs tests in parallel although that may be something that is added in the next release (https://github.com/jasmine/jasmine-npm/pull/153) The biggest benefit I see in using Jasmine...

hmm 🤔 the only thing I can think is if there is an async call that isn't awaited and fails. so the test finishes with async functions still running that...