Lucas
Lucas
I've been using NixOS for the past week with spacemacs and all I did was clone into `.emacs.d` as usual. Although, I noticed that the auto-generated variables that are normally...
might be related to this error I see when running: `ts-node-dev --transpile-only src/app.ts` ``` TypeError: Cannot read property 'some' of undefined at transformArg (/Users/arubaito/thelab/pedra/azul/node_modules/nexus-plugin-prisma/src/dmmf/transformer.ts:91:33) ```
I tried the fix from this PR: https://github.com/graphql-nexus/nexus-plugin-prisma/pull/876 and everything seems to be working well now. seems to be a typo in a function in the transformer.
@nielstron I like the cbor hex solution as a way to immediately support something. Then we can engage in deeper conversation about what a readable format could look like, maybe...
This is mostly fine. The only place we are using a usize in uplc is for the Debruijn index and I believe the Haskell code uses some equivalent type, in...
I think there are BigNum crates available which may be useful
@nielstron sounds good, I'll wait for CI to pass and then get things merged
Stopped Compiling: error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
@ehanoc I'm unable to reproduce. What version of rust are you using? perhaps try again after `rustup upgrade`
@sourabhxyz We intentionally tried to keep everything as minimal as possible but if you think this is useful I don't see why we shouldn't add this :)