Ryan Mitchell

Results 59 issues of Ryan Mitchell

This is a WIP. This PR makes it possible to store the contents of `data` handles in alternative columns in your database, eg you may want to store `my_key` in...

Thread on discord for context: https://discord.com/channels/489818810157891584/1228264236191322193 It would be nice to allow Entries (at least) to specify columns they want to save data to for indexing, eg you may want...

feature request

I'm trying to use this library to print on a Sunmi V2S and am receiving the error: `Attempt to invoke interface method 'void woyou.aidlservice.jiuiv5.IWoyouService.printOriginalText' on a null object reference.` when...

See: https://github.com/statamic/cms/pull/10062

The search:results docs dont mention that you can paginate items using the `paginate="10"` parameter, or chunk them using the `chunk="10"` parameter

Missing Documentation

**Is your feature request related to a problem? Please describe.** We are looking to build forms where you can have multiple participants, each with a name, email and other user...

Since https://github.com/statamic/cms/pull/4947 asset containers have been ordered by title, which is mostly a good thing. However sometimes, you have an asset container that is low priority and rarely used, but...

Currently custom discounts cant specify fields the filament UI. This PR attempts to fix that by allowing discounts to specify 3 'magic' methods: `lunarPanelSchema(): array` The Filament schema for the...