maggie44
maggie44
### What version of `nebula` are you using? 1.7.2 ### What operating system are you using? Mac ### Describe the Bug When a node is started but the lighthouse is...
The repo has been moved into another org, which means the GitHub pages link has changed. This changes the URLs to point to the new pages URL.
When I use SSEs without compression, I get each message flushed back one at a time. When I enable the compression it seems to continue to buffer instead of flushing...
Versionbot will be deprecated soon. It has been removed from the README, and when the time comes will need to look to remove from the code too. https://github.com/balena-io/deploy-to-balena-action/pull/237 https://balena.zulipchat.com/#narrow/stream/345749-loop.2FbalenaLabs/topic/Flowzone/near/319159610
What is the behaviour when there are multiple pull requests merged and rebased? It seems the current behaviour is to not record other commits in the finalised version. For example:...
Fetching and reading the list `./build.sh list` takes a long time. I imagine because the list is growing exponentially and the delay will keep getting worse. Seems like AWS is...
When specifying an OS version to build it seems to build for all kernels starting with the `os-version` provided rather than just that specific build. For example: `--os-version "2.99.27"` builds...
I think the distinction for this line is whether the response is an integer, rather than whether it is above 0? I came across an ePub that had -1 as...
### Description k3s has a number of options for configuring s3: https://docs.k3s.io/cli/etcd-snapshot#options These can be configured by adding the flags, but ideally they would be added to the `kube.tf` config...
**Describe the bug:** A PR had been introduced that prunes S3 etcd backups by date: * https://github.com/k3s-io/k3s/pull/8124 *https://docs.k3s.io/release-notes/v1.24.X#release-v12417k3s1 The default `etcd-snapshot-retention` is `5`. Since this PR, only 5 total snapshots...