MattyBalaam

Results 10 issues of MattyBalaam

I have perhaps a slightly unusual use case. I have dynamically created data where some options will be 0. My assumption has been that using nth-child in CSS to cycle...

bug

It would be handy to include the ability for CMS authors to toggle between the standard and gallery views.

enhancement

### 🚀 Feature Request It appears that the current experimental compoenent testing only runs code in a browser environment, so if you try to run any node code then you...

feature-components

PHP Fatal error: The bootstrap_forms module must be in a directory named 'bootstrap_forms' Actual folder created by composer install is named "bootstrap-forms"

I was wondering how to enable client side validation. I thought I had managed it by adding ''' ->setAttribute('required','true') ''' to the Field. But this appears to be a new...

I have a content author on a site I manage who is always double-clicking images and then the done action. This results in an error: [Warning] Argument 1 passed to...

I would argue these should be added to the images array.

I noticed that this didn't appear to work with versioning. I hacked something together, but this shares some parts with the onBeforeWrite code and could do with a nice refactor,...

Following the pattern outlined here of setting multiple headers works in local node environment: https://github.com/remix-run/remix/issues/231 ``` return json( { success: true }, { headers: [ ["Set-Cookie", await commiSession1()], ["Set-Cookie", await...

Is this project compatible with the new vite config, and how can it be migrated?