Results 23 issues of Adam Bergmark

It looks like the only thing you can us as a selector is String, but it's heavily overloaded in jQuery. e.g. `$(document).ready`, `$(window).on("popstate")`, `$(document.body)`, `$($("why"))`. Has anyone given this any...

On Mac OS X (10.11.6) I ran `curl https://nixos.org/nix/install | sh` which downloaded `https://nixos.org/releases/nix/nix-2.0.4/nix-2.0.4-x86_64-darwin.tar.bz2` On completion this was printed: ``` Before Nix will work in your existing shells, you'll need...

Here's an example where the obvious way to write a `Decoder` causes error accumulation to disappear: ``` ealed trait T @JsonCodec case class A(a1: Int, a2: Int) extends T @JsonCodec...