Ties de Kock

Results 36 issues of Ties de Kock

[As a user] when a station (mobile phone) roams between accesspoints, I expect the station to be 'connected' *while* it is connected to **any of** the access points. At the...

As a krill CLI user I want descriptive error message when the URL for the Krill API is setup wrongly so that the CLI works. The `Unknown API method` error...

enhancement
usability

As a user I want an (unauthenticated) endpoint that outputs all VRPs in the JSON format that RPs use to exchange VRPs in order to be able to monitor that...

enhancement

I was looking at the signature scheme used by octorpki because I wanted to see how it was implemented (to see if it could be adopted for SLURM files). When...

Hi, Over time I keep observing errors like the following in the routinator logs, which prevent an RRDP repo from being updated in that run: ``` RRDP https://rpki-rrdp.us-east-2.amazonaws.com/rrdp/2410520f-a6ff-46b5-91e9-abd919dd2d6e/notification.xml: error sending...

After a single RRDP error the `rrdp_errors` metric increased to 1. However it did not recover on 0 on later, successful runs (as I would expect a gauge to do)....

Hi, When analysing HTTP access logs for a RRDP endpoint I noticed that all records for OctoRPKI have the same `User-Agent` > df_cf[['User-Agent', 'time']].head(1000).groupby(['User-Agent']).count().to_markdown() | User-Agent | time | |:----------------------------------------------------------|-------:|...

Since only a single session on the modem can be active at any point in time, the login session on the modem could be implemented with a [context manager](https://www.python.org/dev/peps/pep-0343/)

## Context I was working on an [WebAutn](https://webauthn.io) authentication provider and noticed that the standard authentication provider does not use unicode normalization when comparing things that need to match exactly/need...

## Context While refactoring the climate component, unimplemented methods were missed (e.g. https://github.com/home-assistant/home-assistant/issues/25239). This was not caught before release, likely because (a) unit tests for the platform were not ran...