RussBaz

Results 27 comments of RussBaz

Well, you are not returning a dictionary in your second example. The return value is a function which returns a dictionary. Is it a typo or is it what you...

Well, as it turns out, forward reference is not supported yet. Sorry. I will look into this as soon as I have a moment. Enforce can accept strings as type...

BTW, the `dev` branch now supports Forward References. If you have some time - please give it a try. Thanks.

Sorry for bothering, but is there a workaround for this if I am using 1.9.12? I am using `hx-swap-oob` to lazy load a column on a table, and I would...

Hi again. It seems like this issue has resurfaced for me. I am using `0.54.3`. Can you check this?

This seems to reproduce my problem: ```swift enum Sample { func invite(lang: String, randomValue: Int) -> String { let flag: String? = if randomValue > 0 { "hello" } else...

Just tried and found this error message (did not have time to confirm the cause, however): ``` Uncaught TypeError: path is null boostElement http://localhost:8080/public/scripts/htmx/htmx.min.js:2454 initNode http://localhost:8080/public/scripts/htmx/htmx.min.js:3030 processNode http://localhost:8080/public/scripts/htmx/htmx.min.js:3067 forEach http://localhost:8080/public/scripts/htmx/htmx.min.js:770...