Simon
Simon
I've recently run into an issue where the following folder structure results in a GHDL compilation error: ``` . ├── pkg1 │ └── pkg.vhd ├── pkg2 │ └── pkg.vhd └──...
Hey, First of all great project! I love how easy it is to use and get up and running. However currently the UI is quite limited in terms of actually...
This fixes an issue where something like `html!{ }` would result in this html: `` because `LitStr` eats the quotes during parsing. This simply adds them back during `node_to_tokens`.
It might be worth to write in the documentation this won't work on docker swarm due to the requirement of privileged mode. The database and web containers will work just...
Greetings! A while back I asked about [`signInWithPassword`](https://github.com/abdolence/firestore-rs/issues/93) in firestore-rs where I was clearly confused 😉 Since then I've figured stuff out and actually managed to implement support for email/password...
## Feature Request It would be nice to be able to create wrapper components that also can pass down callbacks. For example, I'm creating a small select wrapper with some...
## Feature Request Currently the `onscroll` event's `ScrollData` exposes nothing besides downcasting which leaves downstream users/libraries to deal with platform specifics to obtain scroll position etc. One example of this...