DimitriosLisenko
DimitriosLisenko
I just tried version 0.11.0 but I'm getting the same issue unfortunately. :( Reproduction script I was using: ```ruby require "ruby2d" text = Text.new("hello world") Thread.new do sleep 10 text.text...
Alternatively, could use `Faraday::RackBuilder#insert` to place the authorization middleware first in the list of handlers, which guarantees it will run before the caching middleware (which is set as part of...
Also have a need for this. My use-case is for the Redis plugin - it currently spits out a hash with name "redis" for global information and a hash per...
Hey guys! Similar issue, I sent an email on the 7th December 2023 to [email protected] and haven't received a response yet, would you like me to try another channel?
Hey @nickfloyd! I have already submitted a PR at https://github.com/octokit/octokit.rb/pull/1661/files :)
@masterzen Would you mind creating a new release for this change?