Domizio Demichelis
Domizio Demichelis
Consider updating [AJAX](https://ddnexus.github.io/pagy/docs/api/javascript/ajax/) for the modern day tooling - nobody uses .js.erb anymore - Turbo Streams (and Stimulus JS) are what they use, and it serves much the same purpose.
We should ensure that all the search extras that deal with ,`includes` in the active record relation have a note that indicates to add the specific `Pagy::*` module. For example:...
The page configuration `image: null` entry, kind of work (i.e. it hides the image from the category list), however it has a few problems: - it's not documented - it...
I don' t know whether this feature is already implemented (no configuration page in settings), however it would be interesting having the possibility to map local paths to remote paths....
No detection/alignment of: ```typescript type MyType = [number, string, string]; type MyOtherType = [string, number]; ```
I am trying to use your gem with RubyMine. The code is patching a lot of byebug methods and includes modules from byebug without requiring them first. I tried to...