Allen Nelson

Results 24 comments of Allen Nelson

Ah, thanks for the clarification. Hmm, unfortunately it didn't help. I've so far tried it on `normal` and `typecheck`, to no effect.

Would this be desirable? The use case I'm looking at now is the nexus graphql schema library, which can take a JS enum and produce a graphql enum type. Hypothetically:...

I'll circle back on the design, my initial thoughts regarding your Q's: * Only variants without a payload supported * Simplest would be to only support enums where the field...

Hmm, that's an interesting quandary. Not knowing how any of this stuff works under the hood, my (obviously self-serving) inclination is that if something builds with `pulp build` then it...

All that being said, reading thru that I wonder if I might just be able to make a PR to `purescript-unordered-containers` which implements the approach that they recommend there. At...

This file would (I believe) be the one to either modify or duplicate to support additional hook behaviors: https://github.com/adnelson/nixfromnpm/blob/master/nix-libs/nodeLib/tools/execute-install-scripts

@paulyoung sorry I've been inactive on this, but how about using `postPatch` as in this example? https://github.com/adnelson/nix-node-packages/blob/master/nodePackages/detect-character-encoding/0.2.1.nix Removing `patchPhase` like this is probably not a great idea, especially without a...

Could also construct "raw" queries by more fundamental building blocks like a set of keywords etc `CREATE TABLE` is not command but instead "two keywords". If this makes sense...

One barrier is that I have quite a lot of random junk in `Utils.re` which relies on `Belt`. the query builder and rendering parts would be relatively straightforward with that...