-
It seems when migrating to using the built in Faraday OAuth functionality, the way we sign source arrays was broken. It seems that SimpleOAuth is double encoding the source arrays and we'll need to ei…
-
Making http requests in serial is extremely slow. If we really need a pure ruby solution, we should at least be using [net-http-persistant](https://github.com/drbrain/net-http-persistent). If we can g…
-
Hi!
Great job with the project! I was wondering if you could add the following project to yours if you see is interesting for the framework https://bitbucket.org/camp0/aiengine
Thanks and continue …
camp0 updated
7 years ago
-
New Relic internal server error this morning from 6 to 10:30 AM. (This was same issue as we had yesterday afternoon.)
https://alerts.newrelic.com/accounts/1033463/incidents/162978050
Plot looked …
-
### New Issue Checklist
- [X] Updated fastlane to the latest version
- [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [X] I read …
-
So, I basically queried all available packages and ran "xbps-install -n" on them.
Here are the results:
```
ruby-travis-1.8.10_2/stderr:MISSING: ruby-faraday=0
```
- [x] ruby-travis seems c…
-
Need to relax the test a bit to allow for deprecations, and fix the deprecations.
https://github.com/slack-ruby/slack-ruby-client/runs/6746428976?check_suite_focus=true
```
1) Slack globals r…
-
In Hyrax 3.4.1, in `services/hyrax/analytics/matomo.rb`, `get` returns an empty array if the response status is not 200. That causes a confusing "ActionView::Template::Error (no implicit conversion of…
-
This only occurs on Windows machines, to my knowledge and only in version 0.3.x
Script that reproduces this
`timeout_error.rb`
```
require 'faraday'
require 'byebug'
temp = Faraday.get("https:…
-
Hey all,
I have a client who has Assignment Rules that need to be flagged in the header. I was wondering if there was a somewhat easier way to do this. I have looked through the code and maybe I don'…