Steven
Steven
### Description After adding packages to my `gradle.build.kts`, auto-imports for the new things weren't working for me. I was able to fix by restarting the language server from the command...
Closes #127 cc: @mikl
**Describe the bug** Currently there is ambiguity over how `.reset()` behaves (see https://github.com/microsoft/tsyringe/issues/28#issuecomment-577106272). We should document the exact behavior to make it clear **Version**: n/a
[UX] Package uninstall button doesn't have rounded left corners when "settings" button isn't visible
This is caused by the fact that the corner rounding CSS targets the `:first-child` of the button group, and the "Settings" button is still in the DOM, just marked as...
It seems like the Overlay app is constrained to only the primary screen
See [linter-tslint #180](https://github.com/AtomLinter/linter-tslint/issues/180) for more details. I have a feeling this may be a linter-ui issue as the reports are not linter-tslint specific.
The rendering performance of interweave significantly drops as the number of nested elements increases. I noticed an exponential slowdown in rendering performance as the depth of HTML approaches 20. Performance...