Results 19 issues of Filip Wieland

Events like `activate-route-end` are effectively fired twice. `app-router` dispatches them first on the route, then on itself; the events then propagate up all the way to `window`. Unless there is...

### Description When using the `tap` event and tapping the button on a touchscreen PC, a linked file input is not triggered. This happens both inside a custom component and...

help wanted
p1 - backlog

Seriously, all those useless nested spans surely take up a lot more memory than they need to.

question

Currently, `R502::send_command` will return an `Ok(T)` result if it _successfully receives a reply_ from the device. However, it should rather return an `Ok(T)` only if it receives a reply and...

Some top items from `cargo-bloat` in an example stm32f4 project for this crate: ``` File .text Size Crate Name 0.0% 3.5% 1.6KiB hzgrow_r502 ::to_payload 0.0% 3.5% 1.6KiB stm32f4xx_hal stm32f4xx_hal::rcc::CFGR::freeze 0.0%...

Combines: - [x] #5 - [x] #6 - [x] #13 - [x] #14

good first issue

Combine the following into one method: - [x] #5 - [x] #6 - [x] #9 - [x] #10

good first issue

Using GenImg, Img2Tz, and Search, add a method that searches for a fingerprint. Blockers: - [x] #5 - [x] #6 - [x] #7

good first issue

`address` and `checksum` are currently included on the public result types to more faithfully represent the actual communication going on between the host and the R502, however they are not...

question