Jonas Krüger Svensson
Jonas Krüger Svensson
**EDIT April 4th**: Seems like this PR is no longer needed, as pipelines have fixed themselves. As mentioned in https://github.com/samuelcolvin/arq/pull/377#issuecomment-1354594601: > seems like pytest-asyncio==0.20.3 should fix broken pipelines, according to...
> This may be unrelated to the PR, but still related to logging out. @JonasKs should the logout view also support `post` since Django has been moving in that direction?...
Hi, Given two structs (generated with `-yangpresence=true` flag), the `ygot.Diff()` do not diff based on presence or not. Given the struct below, where `AllowImportedVpn` is a presence container, and sending...
Hello! We're currently experimenting with ygot and gNMI, on a Cisco stack, and experience a few issues. We're pretty much new to golang and the gNMI-stack, so any help is...
https://github.com/michaeleisel/zld Seems like this should be replaced with `lld` for macOS now.
Suggestion 😊 ```bash until pg_isready --dbname "${DATABASE_URL}"; do >&2 echo "Postgres is still unavailable - sleeping" sleep 1 done ```
Hi, great example project - thanks! I'm not sure if the specc requires swagger/OpenAPI docs, but I think it would be a great addition in order to match what someone...
**Status**: I’ve opened a PR in the crossplane repo as requested on Slack. See https://github.com/crossplane/crossplane/pull/4741 Let me know if you want this to be updated or closed. 😊 ### Description...
## Cilium Feature Proposal: External endpoints **Problem** We have external resources, such as Cisco ACI EPGs, Azure vNet, Azure ASGs, private VPN tunnels etc which we would like to create...
Migrate to `uv`, `rye` and `ruff` so we can enjoy some speedups and better developer experience. Remember to update `CONTRIBUTING.md`, pipelines and migrate `pyoroject.toml`.