You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- it's working with in-memory representations
- persistence is disabled
- Sqlite persistence is possible, but the serializers are not working yet
- see lostisland/sawyer#53
- it's working with in-memory representations
- persistence is disabled
- Sqlite persistence is possible
- using fixture JSON data:
- the user serializer works with JSON serialization
- the repo serializer works with JSON serialization
- the Marshal serializer is not working as expected
- see lostisland/sawyer#53
That specific error is because the Sawyer::Agent has no Faraday::Connection in @conn. I haven't done anything to make sure Ruby can problem marshal and unmarshal Sawyer objects.
Have you considered using a custom Faraday middleware like VCR to cache requests?
Finding it difficult to restore functionality after serializing/deserialzing a Sawyer::Resource.
For example, starting with the github Octokit gem
The text was updated successfully, but these errors were encountered: