Curtis MacDuff

Results 4 issues of Curtis MacDuff

## Expected Behavior That I can set the `code` in the error response objects ## Actual Behavior I can only set these attributes: ``` {"status"=>nil, "source"=>nil, "title"=>nil, "detail"=>nil} ``` ##...

If your using Turbo, you might see this behavior when trying to follow the redirect from Omniauth: ![image](https://user-images.githubusercontent.com/97050098/214704903-825f9b6a-13e4-4a4c-a9e9-abcc2fcc8552.png) Where the browser POST's to the Rails server, gets the 302 redirect...

Using the example from the README, I'd expect a model with a name of `Component1::Model1` to map to a tablename of `component1_model1s`. Outside of the Packwerk approach, that would normally...

With the new version of the SDK, it doesn't seem possible to serialize a tx then sign it offline as outlined in this ticket: https://github.com/ava-labs/avalanchejs/issues/619#issuecomment-1178043346 It looks like you can...