Jan Niehusmann

Results 57 issues of Jan Niehusmann

## Environment **Liquibase Version**: 3.10.2 **Liquibase Integration & Version**: all **Liquibase Extension(s) & Version**: **Database Vendor & Version**: postgresql >= 9.1 **Operating System Type & Version**: all ## Description Since...

TypeBug
Severity3
ImpactLow
DBPostgres
IntegrationAny
good first issue
hacktoberfest

streaming::pipeline::server::Dispatch::poll() called poll on every single entry of self.in_flight, and then removed at most one element from that structure (via pop_front()). So, the complexity is O(n^2) in the size of...

The bootrom function `_reset_to_usb_boot` (code 'U', 'B') fails to reboot to USB if the XOSC is not running. This seems to be caused by the use of watchdog_reboot(), which switches...

Fixes #1062 This change was previously made by @jounathaen in https://github.com/rp-rs/rp2040-pac/pull/59 for the rust PAC. I think it would be useful to add those values in the pico-sdk SVD as...

The enumeratedValues element for TREQ_SEL in rp2040.svd only contains the TIMER values and PERMANENT, but misses all the possible values for external DREQs. This was fixed in https://github.com/rp-rs/rp2040-pac/pull/59 by @jounathaen....

To avoid the issue described in #988, temporarily clear the OUT_STICKY bit in the affected functions, and restore the value later. (Note that I didn't test this fix with the...

We fixed an issue in the rust rp2040 support which is also present in the C SDK: https://github.com/rp-rs/rp-hal/pull/432 If the OUT_STICKY bit is set, pio_sm_set_pindirs_with_mask and similar functions will change...

Commit https://github.com/rust-embedded-community/embedded-sdmmc-rs/commit/566f2023653dace195a43b05a6429f47e6be8a50 added two const generic parameters `MAX_DIRS` and `MAX_FILES` to `Controller`. Those parameters have default values equal to the values used before, and the new docs say: "By default...

As mentioned in https://github.com/rp-rs/rp2040-boot2/pull/3#issuecomment-922084869, the documentation of BOOT_LOADER_RAM_MEMCPY seems to be incomplete.