Benjamin Rood

Results 39 comments of Benjamin Rood

@jszakmeister @justinmk Thanks for your replies. John, is this something I can manually edit myself to confirm your suspicion? @justinmk ``` brew install --HEAD neovim ==> Installing neovim from neovim/neovim...

Good spot. When I get back to office tomorrow I will install Clang and simlink `gcc` to Clang in the same way as it is on macOS, and report back....

Thanks for the response. I wonder how one could do a recursive gcd operator then without conditionals? Ultimately I wanted to try to implement a binary coprime operator where `op...

[How to pronounce "Gestalt"](https://www.youtube.com/watch?v=CK6wDgJ3BXE) The last example is the _anglicised_ version, the way it's (acceptably) mispronounced by English-speakers like us. There should be a "sht" sound when pronouncing 'st' in...

Use Postgraphile instead.

@cixtor Or, crazy idea, the go layer and the defaults could be fixed to have that configuration out of the box? Or at least the go layer documentation could be...

@dsherret Thanks for being transparent about the state of this package, it's much appreciated. Can you show me how I would go about implementing `nameof.full`, though? I see the `full`...

I'm experiencing the same bug, very silly indeed. To be fair, this is really the fault with the way Snap works, sadly. Look at the contents of my snap directory,...

One other approach is to manually implement that logic in the resolver, like so: ``` const resolverMap = { Mutation: { myComplexMutation(obj, params, ctx, resolveInfo) { // do extra stuff,...

Just `@default: value` or `@default(value)` is enough syntax, surely. Also, I agree such a constraint would be a boon, but given that no such function exists in cypher let alone...