Corey Ward
Corey Ward
After a few weeks of working with JsonApiClient, I've found myself resorting to acrobatics to do straightforward things more often than I'd like. Here are a few examples that illustrate...
I was having issues w/ VCR not recording cassettes when using JsonApiClient, despite the Faraday underpinnings. The issue appears to be the following lines in [connection.rb](https://github.com/chingor13/json_api_client/blob/master/lib/json_api_client/connection.rb#L20-L25): ``` ruby # insert...
Because resource scopes (e.g. `where`) are delegated to the query builder during the definition of `resource`, there isn't a way for custom query builders to add methods on the base...
A few minor changes to improve the helpfulness of errors, especially during development. No test changes are necessary here as no functionality has changed. Tests still pass with flying color...
I think there's something wrong with the build or the instructions (maybe a dependency?). I tried to use this, but no matter what I tried I got the above error....
I think something is wrong with the dependency declarations on this project because a bunch of test-oriented packages and polyfills are included when they shouldn't be necessary. ```diff diff --git...
Stumbled across this project looking for a drop-in form that works with [Drip](https://www.drip.com/), but as far as I can tell there's no relation, so the name is super confusing. What...
This might not be specific to deleting documents, but it's the workflow I was using when I encountered them: - After deleting a bunch of documents via bulk actions… -...
I'm unable to create a new `PhotonImage` from a base64 encoded string, or export an existing `PhotonImage` to base64 in a Node environment using @silvia-odwyer/[email protected]: ```js const photon = require("@silvia-odwyer/photon-node")...