Yorick

Results 113 comments of Yorick

I tested it with native chromium, it seems to work there (except for the TLS bug)

@rodneyrod the electron changes are only b5ebd48, 264d432 and d9f8676, but using only those does break web support. The changes are kinda old and might need updating.

I'm implementing some of this on [yorickvP/quassel-webserver](https://github.com/yorickvP/quassel-webserver), feel free to cherry-pick the interesting stuff, for now I'm not completely focussing on mergability. I'll check off what's done there.

If you have wishbone, you can reset with `wishbone-tool 0xe0006000 0xac`. If you don't, you'll have to write some verilog to support it. You can also do some usb trickery...

The thing using `resolved` was only an example. `npm cache add` does something similar, and it is made to warm up a cache. My *real* issue is that that npm...

Workaround: add `nix-command` to the `experimental-features` setting in either `/etc/nix/nix.conf` or `~/.config/nix/nix.conf`

``` nix-repl> let e="e";in[001.2e01e.30.4] [ 1 2 "e" 0.3 0.4 ] ```