Rich Milns
Rich Milns
+1 for sorting/cleaning `use` statements, and a short array conversion option would be so handy
I think alphabetical makes most sense to me.
I've had a go at adding this functionality - it's my first time using Zephir but I was able to test this and it seems to be working as outlined...
I just saw the announcement about 3.4.2 being the last release for 3.x. My code above was based on the 3.4.x branch of Phalcon, so I guess it might be...
I was hoping to re-open this if that's OK with everyone 👍
For me, it seems to be that the use of arithmetic causes issues: ```css .heading { font-size: clamp(1.4rem, 3vw + 1rem, 2rem); } ``` Whereas this example gets parsed without...
My workaround is to add a new ID (prefixed with an underscore) to the altInput DOM element and then update the corresponding label: ```js flatpickr('#date', { allowInput: true, altInput: true,...