Andrew Stewart
Andrew Stewart
Does the Treesitter objects cover the entire tag identifier including the `.` at the beginning? If not does there need to be a treesitter change for that?
I think it would be a great improvement to move the public types into some kind of types.d.ts file here in the directory of the npm package (that would make...
I see @SteffenDE actually had code to do this: https://github.com/phoenixframework/phoenix_live_view/pull/3645 so that would be amazing if we could! Also can I add on to this--is there some way we could...
Hi @luislhsc, yes what you are seeing is expected, let me explain: The idea would be that you would probably have no need to ever use `put_flash`, cause `put_toast` *should*...
Closing now as I think it's explained but please reopen if you have more questions!
I'm certainly willing to consider changes to make toasts work truely in all situations--it would just require a lot more javascript which is what I'm kind of leary about. One...
Nice, this seems like a good idea
Yes, @RodolfoSilva if you'd like to pull my brainch in #33 and test it in your use case I would really appreciate it. Someone else testing would give me a...
Interesting, thank you for the report! Should be pretty easy to fix.
This turns out to be a bit more complicated than at first glance, because the library doesn't ship it's own CSS, it just assumes you're going to use TW, and...