DimitriosLisenko

Results 16 comments of 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?

Also would love to see some support for JWKs.

Confirming that it looks like this works for our use case! Also confirming that when I reviewed the tests, that particular test seemed like it was for invalid output from...

Just to clarify, this is also an issue for the JS files, I just happened to create an example with the CSS files :)

Hey guys, just wanted to bump this to see if this can be reviewed?