Felix Henninger

Results 87 comments of Felix Henninger

This is super-cool, let me know if I can help! I would be glad to contribute code, and have some more ideas that go beyond what we've implemented in `lab.js`....

I've been looking into this some more, collecting a few notes in hopes that they come in useful: * In `extendr-api/src/metadata.rs`, it appears that the function `write_function_wrapper` [writes documentation](https://github.com/extendr/extendr/blob/master/extendr-api/src/metadata.rs#L151=) for...

Hej @jdpigeon , and many thanks for your report! I looked into this over the weekend, and am sorry to report that I can't figure out what's happening. I've attached...

(also, which build are you on? I had a similar issue in e9640aa3e6a0961d94fa34acea3dc70f061ad3c2 , that's where I'd look for solutions)

Hi Dano, and thanks for your update! I'm wondering whether you might be able to replicate your issue with your debug tooling, but with 'vanilla' (deeply nested) HTML Screens? This...

Hi Dano, thanks for getting to the bottom of this! > What was happening in our case was that the fastforward call was triggered by the prepare event but not...

Hej @jdpigeon , I've attempted to add your template in 06ae4e1e0b3f740bb1c9debd61a374f58363a74c -- if you have a moment, I'd super-appreciate your feedback! Overall, I really like the pattern and think that...

After playing around some more, let me maybe add a more concrete example. Here's what works: ```ts type EventHandlerClass = { [key in `on${Capitalize}`]?: (whatever: T) => void } ```...

Hej Adina, thanks for your super-kind reply, that makes total sense, and sounds great! > If you happen to have an eager student who wants to learn how to do...

Hi y'all, Thanks for all of your efforts with Zola -- I really enjoy building sites with it! I just thought I'd chime in to say that I, too, would...