Jarmo Isotalo

Results 10 comments of Jarmo Isotalo

Does the normal paste command (`cmd+v` etc.) work -- it might require setting `copyOnSelect: true` in `~/.hyper.js`

Pull requests are welcome btw 🤞

also 503 (503 is iirc what we give if unfreeze is taking too long (and 502 when there is an issue which is less likely to solve on it's own)...

Sorry I couldn't answer you earlier. The `ambient()` api is rather primitive, and now it doesn't out of the box support intercepting it.. While implementing it, I used a flashlight...

Definitely, that would be awesome. Thou I'm not sure how to implement it; I don't feel like having a black opaque overlay div ontop of the view...

I took a quick shot on this, and just blindly darkening/brightening with https://github.com/Qix-/color#manipulation didn't really yield the wanted result with the solarized dark/light themes.

Awesome. I wish we find a way that would fit to all themes w/o any modifications to the themes... Btw, I just added support for customizing light and dark themes:...

Indeed it seems to be broken on the touchbar series of mac. I'll take a look shortly.

All ideas are welcome 👍 After a quick search, it looks like the AppleAmbientDisplayAgent falls back to HID notifications when `AppleLMUController` can't be found. That seems to be yet another...

`dns` and `dgram` are standard library https://nodejs.org/api/dgram.html https://nodejs.org/api/dns.html Which node, npm/yarn versions are you using? And which OS? in node console, does `require('dgram')` and `require('dns')` work?