Andreas Rozek

Results 136 comments of Andreas Rozek

FYI: I've just changed my \_hyperscript examples (see [here](https://github.com/rozek/hyperscript-examples)) in order to run them using my port - and they seem to work like with the original code

Good morning! I've migrated everything until before `hyperscriptCoreGrammar` so far (approximately one third?)

I see, so there is no `x is an integer` or such?

FYI: it's a lot of work, but thanks to your doc comments I'm proceeding quickly and with great confidence

Thanks for marking it as a bug

Oh, that#s good to know - did I miss that in the docs? Or should you mention that more explicitly (I remember, that `then` was specified as "optional"...

Some (rough) ideas for potential solutions for the mentioned problem: * forget about `halt` and let bubbling/default-handling be *configured* separately - perhaps depending on event filters (which must then be...

In order to illustrate the potential fixes mentioned above, I've made two small live examples: * [this one](https://svelte.dev/repl/4843f5381b4f4704ae04ed08ec9ac5b4) demonstrates how to auto-disable bubbling and default handling when an event handler...

Well, I have no doubts that people finally find ways to adjust their scripts in order to achieve the intended result It is that "async transparency" implies that the programmer...

No, not just event bubbling (and default actions) We are also talking about preserving the order in which events are handled in order to keep the behaviour of state machines...