Andrew Mackross

Results 5 issues of Andrew Mackross

* What were you trying to do? I've a user model that has a reference to itself as belongs_to :accountability_buddy, class_name: 'User' I want to use accountability_buddy: Field::BelongsTo.with_options(searchable: true, searchable_fields:...

bug
search

I've created a concrete "socket" class that uses CFStream for iOS (& perhaps OS X? will need to check). On iOS we get a few extras such as: no polling...

If I use ``, the cache hits are shown in the logs, but they're not shown in the debugbar.

**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 'async/http/faraday'` somewhere. Use...