Yannik
Yannik
I think `data-target` attribute is missing. I only found `At::Data`.
I do not know about that, but other CSS frameworks are also using this attribute, e.g. Bulma: https://bulma.io/documentation/components/navbar/#basic-navbar But now I see that the docs are strange. In the first...
Yeah, the energy usage is so high that on Windows 10 the sleep mode is prevented when nzbget is idling. I once tried the current testing version where this phenomenon...
@jfbilodeau Why is the feature requirement stilll there? https://github.com/jfbilodeau/yew_form/blob/5ce6bf65e400258ff0d3483df82d0cf17b0a45e5/yew_form/src/lib.rs#L1 Currently I am not able to compile this on stable rust.
@jfbilodeau Thanks. I apologize if I sounded a bit harsh, I really appreciate your work here.
@jfbilodeau Sorry to bother again, but when I try to reproduce your form example I now get ```panicked at 'called `Option::unwrap()` on a `None` value', ~\.cargo\registry\src\github.com-1ecc6299db9ec823\yew_form-0.1.7\src\form.rs:24:39``` from your most recent...
Sure, I hope this is a minimal reproducible example: https://gist.github.com/L0g4n/aa943183eff937cfb90865563a03fe2a Platform: x86_64-pc-windows-msvc **Edit**: I am running the app via yarn, with the rust webpack plugin.
@jfbilodeau Could you reproduce the unwrap error with the code submitted in the gist or do you need more information?
Sure. ``` [lib] crate-type = ["cdylib", "rlib"] [features] default = ["wee_alloc"] [dependencies] yew = "0.17.3" wasm-bindgen = "0.2.67" wee_alloc = { version = "0.4.5", optional = true } log =...
No problem, the frontend at this point in time is not that advanced. I have sent you an email with the source code. At this point I suspect that I...