jade

Results 267 comments of jade

I use the option `nix.registry.nixpkgs` in my non flake NixOS configuration to set the nixpkgs flake in the system registry to the same nixpkgs the system was built with. For...

hm, `val [a, b, c]`, but that's for literals only (i think?). I would like to use it for columns

I speculate unconfidently that you might need a usage of the RoleAnnotations extension to make that coercion work: https://gitlab.haskell.org/ghc/ghc/-/wikis/roles

I would suggest just standing up an identity provider like authelia, kanidm, or similar, then you can have nice auth with 2fa everywhere and centralized user management.

A note about a consequent API change to fixing all the boolean operators to properly model tristate: you would need to fix stuff like ```haskell q = from $ table...

I think you're correct! Maybe we should close that one :p

Not to my knowledge. I don't personally have the resources to do it and I don't work in haskell full time anymore.

It seems like I did a bad job of remembering to link the issue on that side. It's this one: https://github.com/snoyberg/http-client/issues/494

That's not ideal in the face of non evaluable attributes: the more stable strategy is to reuse the Hydra evaluation worker code I think, which has a nicer api than...

I am running into a similar issue. For context, I am writing an HTTP interception system that operates in streaming mode. I want to split the streaming HTTP parsing bit...