Luca Barbato
Luca Barbato
Would be acceptable to expose directly or proxy `owo_colors` and store in `Info` the `Color` enum extended to have a `Custom` variant? I started looking at it and it seems...
Otherwise host flags leak in and may break cross-building if `-march` is present.
not esp32 has support for it https://docs.espressif.com/projects/esp-idf/en/stable/esp32c3/api-reference/peripherals/temp_sensor.html Twin issue for the esp-idf-hal crate https://github.com/esp-rs/esp-idf-hal/issues/333
The last release is 4 months old, probably there are enough fixes and features to make worthy cutting a new one?
Fixes #437
From the tests ``` rust " INSERT INTO some_table (id_product, id_shop, id_currency, id_country, id_registration) ( SELECT IF(dq.id_discounter_shopping = 2, dq.value, dq.value / 100), IF (dq.id_discounter_shopping = 2, 'amount', 'percentage') FROM...
Right now it wouldn't be an improvement from the current source because of https://github.com/riscv-software-src/riscv-unified-db/issues/198 and such.
``` Benchmark 1: ./pk pkg source -c 1 --jobs 10 /var/db/repos/gentoo/ Time (mean ± σ): 57.716 s ± 0.730 s [User: 2.702 s, System: 12.728 s] Range (min … max):...
[jwalk](https://github.com/Byron/jwalk) might lead to better I/O usage when scanning the file system.
And simplify some code while at it.