kabir shah
kabir shah
Hey, can you open devtools and check if there is anything odd in the console when copying a color?
Hmm, I'll look into it @FernandoBoza @TheExeLab
Yes, this has been a known vulnerability, thanks for making the issue. I'll escape the input for now, but I'm planning to let Lock use a private API to obtain...
Good catch! This functionality was lost somewhere in a rewrite. This change would go in [moon-template](https://github.com/kbrsh/moon-template). If someone wants to make a PR there, feel free (this is a good...
This is a good exercise. Thanks for posting it, I think some revisions I have of Moon's API can help the ergonomics of things like this. The main problem is...
@mrEvgenX Ah I see, you're right, this is lacking too much elegance for my liking as well. First off, I'd like to thank you for both creating and extending this...
Something like that would work, but Moon doesn't currently support hydration and the view driver expects the root element to be empty. If hydration were to be added, would you...
Thank you! I'm not sure yet as it would require another driver that renders views to strings. Any feedback or help is greatly appreciated — I'd recommend you join the...
Hey! @buckle2000 SVG is partially supported in Moon v0.11.0, but had some issues. I've implemented full SVG support for v1.
Yup! Moon v1 has full support for SVG at the moment (check out [this line](https://github.com/kbrsh/moon/blob/master/src/util/dom.js#L32)), but I need to make updating attributes a bit more efficient.