WIGGLES

Results 5 comments of WIGGLES

In general this may be a case of pathological cascading public modules. pub use::* and use super::* are all over the place. It compiles, but its obviously confusing for Rust...

To anyone who comes across this in the future, using the nightly compiler on VSCode with rust analyzer will break type hints! I'll leave this open until a dev closes...

Can confirm experiencing same issue in bun, performance degrades between stress test. Notably the issue is only present when max connections is set great than 1. So it may be...

> I couldn't understand this. Can you provide examples? A form submitter is any button or input that is used to submit the form. for example ``` Press Me! No...

I ran into this issue too, I think currently websocket connections only work with one segment at the root of your application. This probably needs to go into a feature...