Edmund Cape

Results 82 comments of Edmund Cape

Does the library support using variables :: InputObject, instances of `hasAnnotatedInputType`, in a query that gets compiled at runtime? Has anyone had success doing so? Thank you in advance. -...

In general, I had trouble generating dynamic queries using the input type. Are there limitations here?... otherwise, "it's me, not the library" :) For instance, are variables supported in queries...

Haskeline is a great productivity boost. Is there a way to map our own escape sequence :: vi insert mode -> normal mode?

This has been a repeated request... for the past two-three years now. I wonder what the hurdle might be? Performance to find the type within the collection of types? I...

Nice work. What do you mean by "janky-ness"?

I took a bunch of time to try and get something to replicate it... before somehow losing the work (despite saving). From what I did get up and running, the...

Thank you for taking a look. How might I track the context through the various function calls?... the TEMPLATES.render() call is fails anytime it relies on a context. Similarly, I...

@fatzh Any good news to report :)) ? Ironically, I don't need CORS in production. It's only in dev/debugging mode that CORS is important to have working. I tried to...

I seem to be getting the same behavior. I tried to be more explicit in my headers by specifying json content and out of "nowhere" I'm getting cors errors. Note:...

I was having a similar issue trying to escape from insert mode using either ``, `` or ``. I was only able to get it to work using ``. I...