Avi Drucker

Results 22 comments of Avi Drucker

Note: Another useful workaround is to lastly render a transparent rectangle (using the color "transparent"). This appears to forces the bounding box to the dimensions of the lastly rendered item.

Is it safe to call this issue resolved?

Here's a slightly modified version that works probably close to as intended: https://maria.cloud/gist/33d3a88ae35d8b5698c84d1672dd13a9 It's a little souped up, with collision and fruit logic 🐍🍎 As far as this issue goes,...

This also appears to be a duplicate issue to https://github.com/mhuebert/maria/issues/201

I'd love to see this issue not frozen in time. Are people using another workaround for now?

@jorgeatgu Thanks for the correct link!

I'm feeling suspicious of the regex used in `tokenize`, though it's just a hunch.

It could potentially resolve the issue to add "`%-`" to the regex in `tokenize`, though I'm not sure what this will do to the rest of the codebase without running...

@fuyu How did you fix the issue?

I'd like to be able to add some new MQ enabled classes, such as .no-shadow, .no-shadow-ns, etc.. Seems like a common enough use case to justify enabling a way to...