Eric Gross
Eric Gross
I am trying to upgrade rails - is this a reasonable approach to get this gem updated?
Thank you so much for this gem! We are using it to connect to QuickBooks Online. I need to be able to access the headers that come back as part...
I have found that it is required to add the line: ``` config.active_record.schema_format = :sql ``` to the `config/application.rb` file in order to be able to pass my `rspec` tests...
I have this amazing code working to manage the dimming of lights over time. I would like to reuse this functionality to handle automatically dimming each of my lights. I...
Handle being loaded via Turbo. Currently in my app, the editor doubles every time the page is loaded via Turbo. This prevents that situation and doesn't seem to have any...
Should I restart the connection in this case? How should I catch this case?
I don't see any way to do this currently. Is this possible to do?
Due to the following code, it is impossible to test caching while also testing the preview API - would it be possible to separate these concepts so that both could...
When you are looking at cards in a resting state you can see some edges of cards behind the current one around the edges. Can you make it possible to...