Tony Brix
Tony Brix
Found a weird bug. When two classes are defined in the same file and the second one's constructor has no parameters the `@userSuggestions.user_functions[1].text === null` which causes an error at...
Updates to unibeautify - add all @unibeautify/* beautifiers - use eslint instead of tslint since it is deprecated - use github actions for testing instead of travis - setup semantic-release...
Only the first line of the commit message is used for the commit.
About half of the time the top menu bar disappears after the page finishes loading. reloading the page a few times usually fixes it.
This will display the error stack in the notification for better debugging if the tern worker throws an uncaughtException. before:  After: 
### Description https://atom.io/packages/x-terminal shows a 500 error and when trying to publish a new version with apm I get the error: `Creating new version failed: Application error`. https://github.com/bus-stop/x-terminal/runs/6253087623?check_suite_focus=true#step:6:108
Async marked
## Description see https://github.com/markedjs/marked/pull/2474#issuecomment-1173305134 ~~I tried again to make an async version of marked this time coming from the perspective of trying to make all of marked async instead of...
## Description Move most options to Hooks. This PR might not get merged until v3 but I wanted to throw it out there and see what people think. The idea...
I found another security issue trying to get nested lists to fail with a recursion error similar to #1462 ```js const marked = require('marked'); const iterations = 300; let spaces...
### Description of the Change Allow certain config settings to be hidden from the settings panel. ```cson { "config": { "someSetting": { "type": "boolean", "default": false, "hidden": true } }...