Linus Eriksson

Results 9 issues of Linus Eriksson

**Steps to reproduce:** ![emitter has been disposed 3](https://user-images.githubusercontent.com/1058982/29864669-b6eca34c-8d73-11e7-8982-49f8c47b9063.gif) **Atom**: 1.19.4 ia32 **Electron**: 1.6.9 **OS**: Microsoft Windows 7 Professional **Thrown From**: [github](https://github.com/atom/github) package 0.3.4-1 ### Stack Trace Uncaught Error: Emitter has...

bug
uncaught-exception
triaged

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

bug
triaged
d ⬆️
i ⬇️
v ⬇️

### Prerequisites - [X] Can you reproduce the problem in [safe mode](http://flight-manual.atom.io/hacking-atom/sections/debugging/#check-if-the-problem-shows-up-in-safe-mode)? - [X] Are you running the [latest version of Atom](http://flight-manual.atom.io/hacking-atom/sections/debugging/#update-to-the-latest-version)? - [X] Did you check the [debugging guide](flight-manual.atom.io/hacking-atom/sections/debugging/)?...

bug

Look at the last point (Final two screenshots) of https://github.com/atom/atom/issues/11213#issuecomment-207267445. [default-font] is the default font atom displays before changing font family setting [fail-font] is the font atom displays if a...

bug

## Description It would be great if we could remove resolving keystrokes using `KeyboardEvent.code` because the code is the physical position of the key which doesn't change when a user...

enhancement

http://flight-manual.atom.io/behind-atom/sections/developing-node-modules/ * The steps feel uncertain because they end with `Should work!` * What can we do if it doesn't work? * How can we tell if it did or...

documentation
enhancement

This section http://flight-manual.atom.io/hacking-atom/sections/debugging/#check-for-errors-in-the-developer-tools could use an update. It would be good to rewrite this and describe the following things: 1. That not all errors are logged through the notifications and...

In http://flight-manual.atom.io/behind-atom/sections/developing-node-modules/ there used to be empty lines in the middle of these steps. If you look at the rendered markdown on GitHub there are empty lines there: https://github.com/atom/flight-manual.atom.io/blob/766e7fbfd77b87af42aae82d4fce8fd900a7c9a9/content/behind-atom/sections/developing-node-modules.md

I can see that you released a new version that has support for Java 23 but the Dockerfile is still using Java 11. Can this be updated?