mikesol / purescript-deku

A PureScript web UI framework
https://purescript-deku.surge.sh/
Apache License 2.0
123 stars 12 forks source link

`pursx` can not parse some attribute content #87

Open MuratOzsoyler opened 1 year ago

MuratOzsoyler commented 1 year ago

For more info please refer to this README.

You find simplified repo at here.

This issue is only an inconvenience and can be low level.

mikesol commented 1 year ago

Thanks for the report! While pursx works for the original intended use case (copying and pasting tailwind css examples) it misses many important cases. Over the summer, I hope to do a pursx revamp and improve its stability!

jquesada2016 commented 8 months ago

Has there been any progress on this?

mikesol commented 8 months ago

Hi!

Apologies, no not yet, I've been too busy at work, but my goal over Christmas break is to polish off a whole bunch of deku things including this!

Mike Solomon C.E.O. @Meeshkan https://www.meeshkan.com

Sent via Superhuman ( @.*** )

On Tue, Oct 24, 2023 at 19:57:52, jquesada2016 < @.*** > wrote:

Has there been any progress on this?

— Reply to this email directly, view it on GitHub ( https://github.com/mikesol/purescript-deku/issues/87#issuecomment-1778247357 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAEAIJVXHPGFYYLZZFFRQ4TYBBIYBAVCNFSM6AAAAAAVNGFK56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZYGI2DOMZVG4 ). You are receiving this because you commented. Message ID: <mikesol/purescript-deku/issues/87/1778247357 @ github. com>

Ebmtranceboy commented 6 months ago

I've noticed something about spelling : https://try.purescript.org/?gist=cc818cbcfa989fd585ec8cdb74b0cbd4 Even if my browser inspector confirms "animateTransform" is well-undestood, I can't change animatetransform to animateTransform in the gist above without introducing a type error.

mikesol commented 6 months ago

Thanks for reporting this!

I've been battling a nasty case of the flu all week but I hope to check a few deku issues next week!

~Mike


Mike Solomon C.E.O. @Meeshkan https://www.meeshkan.com

Sent via Superhuman ( @.*** )

On Tue, Dec 12, 2023 at 11:39:19, Ebmtranceboy < @.*** > wrote:

I've noticed something about spelling : https:/ / try. purescript. org/ ?gist=cc818cbcfa989fd585ec8cdb74b0cbd4 ( https://try.purescript.org/?gist=cc818cbcfa989fd585ec8cdb74b0cbd4 ) Even if my browser inspector confirms "animateTransform" is well-undestood, I can't change animatetransform to animateTransform in the gist above without introducing a type error.

— Reply to this email directly, view it on GitHub ( https://github.com/mikesol/purescript-deku/issues/87#issuecomment-1851655703 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAEAIJVPHLMCPEHIFM4XO7LYJAQ4PAVCNFSM6AAAAAAVNGFK56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJRGY2TKNZQGM ). You are receiving this because you commented. Message ID: <mikesol/purescript-deku/issues/87/1851655703 @ github. com>

Ebmtranceboy commented 6 months ago

Sorry to hear. Hope you feeling better. I've dug a little, mostly for SVG. Here are my observations:

mikesol commented 2 weeks ago

Hi @MuratOzsoyler ! Just to give you a small update here, there's a PR https://github.com/mikesol/purescript-deku/pull/123 that fixes this. Once it's merged I'll close this issue 👍