Jason Smith
Jason Smith
There are a few other konvajs versions I've seen out there, great framework for moving fast. A+ if you can meet your business needs there 👍
For some reason `addVariant('gp-sm', ['.gp-sm &:not(.responsive-blocker \\&)', '.responsive-blocker .gp-sm &']);` appears to work fine. I dont know why I need to double escape any ampersand after the first one.
Should I chase this down with them? 3.2.6 seems to also produce the correct output on the play.tailwindcss.com website which is why Im a bit confused.
Lets do it together. You ask me your specific questions here, I will answer them and at the end we will collect it into a doc. It is hard from...
The glide-data-grid-source package has an example of a data source which asynchronously fetches paginated data. Look for the file `use-async-data-source`
I will write one up shortly. Been on my todo list anyway.
Great catch. This is caused by the scroll region compression. The fix is straightforward but hard. Will get it done.
Yeah this behavior is expected to a certain extent. You are exceeding the maximum scrollable height of a div in your browser. Once scroll compression kicks in there are some...
I just want to leave an expanded comment here to explain what I mean above. Lets say the maximum div size of your browser is such that you have 100pixels...
Fix methodology: - Adjust DataGridRef `getBounds` call to have a boolean to get the position relative to the root of the scroll region - Instead of doing the math to...