Robert Mosolgo

Results 347 comments of Robert Mosolgo
trafficstars

👋 I re-worked my old patch in #5132. Could you give that branch a try locally in your app and see if it works for you? You can bundle it...

Sorry for the trouble -- it must be due to #123. I'll take a look at a fix soon!

Could you try this branch and see if it's fixed for you? #124 ```ruby gem "graphiql-rails", github: "rmosolgo/graphiql-rails", ref: "use-middleware" ``` On that branch, I switched `insert_after` to `use` so...

I'm open to accepting a customization here, but I don't want a global configuration object. Lots of applications run multiple schemas and I want to make sure that they can...

Wow, this is an interesting idea ... basically `.dup` a schema but add extra types, is that right? Depending on your use case, you could do it by going to...

Yes, this definitely makes sense. Out of curiousity, would you be creating new `GraphQL::Schema` subclasses on a request-by-request basis, or would there be several different subclasses created during application boot...

Hey, thanks for the detailed report and sorry for the confusing experience here. Yes, loading a topic runs a `still_subscribed?` check which can cause the data to be cleaned up....

1. Yes, this check is performed before handling any triggers. (The goal there is to avoid sending updates when nobody is listening... Besides leftover data, this might happen from expired...

Derp, I should have mentioned it -- I think long `stale_ttl_s` would accomplish the same thing. I suggested the script because if data was already written in Redis _without_ a...

Ok, interesting ... Yes, that seems like it could happen. I had written it off in my previous debugging because there was no evidence in application logs or Pusher's logs...