Robin Krahl
Robin Krahl
This seems to be the same issue as https://github.com/Nitrokey/nitrokey-app2/issues/288, caused by a printer connected via USB. It should be fixed in the next release. Until then, you should be able...
@daringer Secrets limit is 50: https://github.com/Nitrokey/nitrokey-3-firmware/blob/8bfc4fb63d8f2004368a089bdb9900bb03902ce2/components/apps/src/lib.rs#L4 FIDO limit is 10: https://github.com/Nitrokey/nitrokey-3-firmware/blob/8bfc4fb63d8f2004368a089bdb9900bb03902ce2/components/apps/src/lib.rs#L971
AFAIS the Passwords limit is still missing.
Thanks for the report! The [workflow for publishing on PyPI](https://github.com/Nitrokey/nitrokey-app2/blob/main/.github/workflows/cd-pypi.yaml) is still there but it did not get triggered for this release. I don’t see why. `released: published` should also...
I also had that idea, but looking at the old workflow runs, it seems like the previous releases were first tagged as prereleases too. Also, the [documentation](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release) refers to [this...
@hkienle This is expected when first updating to firmware version v1.3.1 or newer, see the [release notes](https://github.com/Nitrokey/nitrokey-3-firmware/releases/tag/v1.3.1).
Thanks for the report! The empty message box is a known problem in v2.3.3, see the [release notes](https://github.com/Nitrokey/nitrokey-app2/releases/tag/v2.3.3), and can be ignored safely.
I think it’s not fixed yet so I’d keep it open for the moment.
It would also be possible to use `spdx::Expression::parse` after calling `canonicalize` and then sort the parsed expression. This would stay close to the current behavior while fixing the bad cases.
The timeout is defined in `admin-app` and currently set to 15 seconds: https://github.com/Nitrokey/admin-app/blob/4dd16c02e93b928e722c6d2d1fd301681d0f02df/src/admin.rs#L17 Is a 5 second increase really enough to make a difference? If we change it, shouldn’t we...