atom

Results 5 comments of atom

I have never seen a need for this. You can just run an emacs server and attach and detach frames with it. Am I missing something? For posterity just in...

This is working for us to get around this issue. Seems like something doesn't shutdown in the same tick as it should. ``` afterAll(done => { setImmediate(done); }); ```

I had a similar problem, looks like it doesn't like 3 character hex values for some things. I was getting args out of range for #111, changing it to #111111...

Seems like pl/interpolate to me. It is trying to work with 6 character strings but 3 character strings should be valid. Probably should attempt to expand shorthand before parsing there?...

Might be nicer to use color-values here as well. I might have time to do this later, but not sure.