Tanner Donovan
Tanner Donovan
The pull request above is basically a copy of the text from the original posting with some Markup for formatting. Is something like this is what is being requested?
I like the idea of adding unit test to this project. I was experimenting with googletest but am having issues isolating the code. Maybe this is not possible with the...
Amazing work @rustworthy thank you for this contribution! @jonhoo what left is needed to get this merged and faktory-rs crate versions updated - starting a runtime for each worker when...
I am experiencing the same issue with one of my applications. ``` Rails.application.config.middleware.use OmniAuth::Builder do provider :google_apps, domain: 'domain.com' end ``` undefined method `uses_extension' for #String:0x007fa5f3cf6d18 block in verify_discovery_singleruby-openid (2.3.0)...
After some digging into ruby-openid it appears that the issues is with the `OpenID::Consumer` class with setting and getting of values from the `ActionDispatch::Request::Session`. The method `last_requested_endpoint` is returning the...
The issues appears to be with Rails 4.1 and OpenID, see this issue thread for a possible resolution https://github.com/openid/ruby-openid/issues/75. ``` Rails.application.config.action_dispatch.cookies_serializer = :marshal ```
@sishen I've included a link to a copy of my Gemfile.lock. https://gist.github.com/ttdonovan/eee3d83468fad2018130#file-gemfile-lock I feel the issue resides in the `ruby-openid` gem with Rails 4. Even in the upgrade Rails guide...
@Jiiks how did you originally go about finding the memory addresses for the `pointer.defs`?
I've created a test branch to experiment and demonstrate the issue. https://github.com/ttdonovan/json-api-rs/tree/tests-doc-from-str ``` cargo test -- --nocapture doc_from_str ```
Thanks for the example. I was getting closer but still didn’t have a working example. This should definitely help me. On Sun, Mar 25, 2018 at 18:42 Zachary Golba wrote:...