Jonathan Bennett

Results 7 issues of Jonathan Bennett

This adds an additional feature to support doing an ILIKE search to find substrings in within the document. I see a bunch of open issues this would help resolve (#3,...

Currently you cannot override the generated methods and access super ie: ```ruby class Transaction < ApplicationRecord monetize :price_cents def price=(value) # stuff super # NoMethodError end end ``` This happens...

Version 1.0.31 added `type: module` to the package which changed the loading behaviour. In `Vite.prod.config.js` the `entryFIleNames` was set to `main.js` always which means `main.js` (ESM) was overwritten by what...

I'd love to be able to erase entire strokes instead of just erasing a segment of a stroke. I would assume this is a different mode for the eraser, not...

enhancement

This adds a configuration key to specify a relative path to a logo/icon for the feed: ```yml feed: icon: "/images/icon.png" logo: "/images/logo.png" ```

I want to be able to create multiple feeds for the same collection, a main feed, and a feed with a single item for automation. This gives the option to...

Update @rails/request.js peer dependency to be more flexible with other packages. If another package was using 0.0.9, this would conflict with 0.0.8 used here.