Bryan Drewery
Bryan Drewery
Consider adding a `-n` flag to dangerous commands such as `beadm create`, `beadm activate`, `beadm destroy`, `beadm mount`, `beadm unmount`, `beadm rename`. Personally, I'm always scared that something may go...
There should really be a test suite for this. Have it create a zpool on file or memory device. Create a jail, delegate the pool to the jail. Using `jexec`,...
Example: https://github.com/joethei/obsidian-plantuml?tab=readme-ov-file#examples ```plantuml Bob -> Alice : hello Alice -> Wonderland: hello Wonderland -> next: hello next -> Last: hello Last -> next: hello next -> Wonderland : hello Wonderland ...
### Describe the bug argo-cd chart v8.0.14. With these values.yaml: ```yaml configs: params: hydrator.enabled: true commitServer: enabled: true ``` And using hydrator as documented at https://argo-cd.readthedocs.io/en/release-3.0/user-guide/source-hydrator/ this error is seen...
Related to #392 All of these should optionally (flag and/or pkg.conf option) support automatically running `pkg autoremove` after its jobs have been executed. 1. `pkg delete` 2. `pkg upgrade` 3....
From nimaje on IRC. > For rebuilding less in poudriere, in a chain like A
Investigate writing a `make`-compatible jobserver for sharing tokens down into port builds. It should be relatively easy to implement the server. Then we set the `MAKEFLAGS` env to contain the...