Greg Schmit

Results 8 issues of Greg Schmit

Also for pagination, perhaps we should include next/prev links?

For most CRUD it's just the default fields, but like for DELETE it should be nothing, and then for extra fields it should just be fields defined in their config......

There is already a branch for this, but basically I want to dynamically construct `::Channel` classes on each controller to allow subscribing to updates for a particular collection, and interacting...

enhancement

Create a `::Channel` class attached to RESTful controllers to create a framework for setting up websockets using Action Cable.

This is a draft of refactoring the `globalifySelector` to use a CSS parser rather than a regex to hopefully allow major libraries like Tailwind and DaisyUI to work better with...

Fixes #501 I ran into an issue where I could not use simple tailwind apply directives for dark mode and also couldn't import Daisy UI. I tracked it down to...

I recently upgraded an application to kamal 2.4.0 and got this when running `kamal setup`: ``` Releasing the deploy lock... Finished all in 69.8 seconds ERROR (RuntimeError): Exception while executing...

I am a new user of this gem, trying to embrace the Ruby style and stop bringing in baggage from other languages. I noticed that there seems to be an...