Robert Mosolgo

Results 344 comments of Robert Mosolgo
trafficstars

Hey, thanks for chiming in, @tgwizard. I started looking into the implementation for this and determined it was going to be ... tricky. It's still definitely my goal ... but...

In GraphQL-Pro v1.29.7, `GraphQL::Pro::FutureStream` supports lazy enumerators with GraphQL v2.5.6+. To use it, add to your schema: ```ruby # Add the @stream directive use GraphQL::Pro::FutureStream ``` Then, for any field...

Hey, thanks for the suggestion. I'm open to it, it looks like DidYouMean has a handy direct-use API: https://github.com/ruby/did_you_mean?tab=readme-ov-file#using-the-didyoumeanspellchecker Want to give it a shot? Here's where the "field doesn't...

Hey, thanks for getting this started! I think this would be a great improvement. One catch right now is that SQL queries are dependent on the order of selections in...

Looking at how this played out, I have a few big questions still to work out: - Currently, each list item calls the next one via recursion. This will make...

This is still very much on my radar, but I don't plan to continue work on this branch in particular.

Hey, sorry for the trouble and thanks for the detailed report. I haven't seen this one before ... but this seems awfully fishy: ``` Headers:: [object Object] ``` It seems...

Hey, just checking in on this again. Are you able to get a full backtrace from the browser? if you can get one with non-minified file and line numbers, that'd...

I'd be happy to keep hunting this issue. If anyone else runs into it, please open a new information with the client side backtrace!

Hey, thanks for the detailed writeup and sorry for the problem! Yeah, I think getting that fiber limit merged should be straightforward. If I read this right, then I think...