Nick Urban
Nick Urban
Hey all, Thanks for your great work on this. I'm interested in documenting a JSON-API implementation using the `jsoinapi-resources` gem, and I'm wondering about the fact that attributes and relationships...
My templates are all in HAML and it took me a while to figure out why my dependencies weren't being recognized and how to fix it. I added an initializer,...
When trying to view an endpoint. undefined method `namespace_inheritable' for #Grape::Endpoint:0x0... Grape::Formatter::JSONAPIResources.build_options_from_endpoint grape-jsonapi-resources (0.0.7) lib/grape-jsonapi-resources/formatter.rb, line 70 Grape was working fine with grape-entities. Perhaps this is a version compatibility problem?...
## Version info - intercom-rails version: 0.3.8 - Rails version: 5.1.5 ## Expected behavior When viewing users as an AdminUser in ActiveAdmin, Intercom messenger should not be active. ## Actual...
Hello, when I fetch binary files such as images create by code_interpreter, I get a parsing error. I determined that this is because response.is_a?(String) returns true for binary files such...