-
### Describe the problem as clearly as you can
When there are dependencies on Faraday from multiple gems, Bundler resolves the dependency to an unexpected version. This unexpected version has depen…
-
**Describe the bug**
Unable to use ruby-openai with the 'async' fiber scheduler, the faraday adapter throws an error.
**To Reproduce**
Add async-http-faraday gem to Gemfile
include `require 'a…
-
## Description
Hi! I see this gem uses Typheous as an HTTP library. Unfortunately, Typheous is poorly-maintained (no commits in two years!) and [often segfaults](https://github.com/typhoeus/typhoeu…
-
**Describe the bug**
First off, thanks for creating this and all the work you put into it. This is a fantastic resource. I can't figure out why I can get everything working as expected with an Azure …
-
Similar to https://github.com/arthurnn/twirp-ruby/pull/124
The current version range of `faraday` is set to `< 3`. This caused an error in our Twirp API CI/CD pipelines due to (what appears) to be a…
-
## Summary
I don't know if this is a known behaviour or a bug, but something that's worth highlighting at least.
ForwardRef components are not deprecated, but they're not perfectly backwards com…
-
Currently the tests fail with
```
An error occurred while loading ./spec/typhoeus/adapters/faraday_spec.rb.
Failure/Error: remove_method :call if method_defined? :call
NameError:…
pravi updated
1 month ago
-
I suppose we should switch to 16.0 Beta or use e.g. Tumbleweed container based deployment in April 2025.
PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), d…
-
Here's my current code, using JWT Bearer Token
login :
```
client = Restforce.new(username: 'my user name', # My user name
client_id: 'client_id', #consumer key of the co…
-
Hey everyone,
I am using the latest version of this gem `25.0.2`. bundle install works fine but whenever you try to load the console, it raises an error regarding faraday multipart:
```bash
/Us…