Bryce Lampe

Results 81 issues of Bryce Lampe

Fixes ``` $ curd -l DEBUG usage: curd [-h] [-l {WARN,ERROR,DEBUG,INFO,WARNING,CRITICAL}] [--log-file LOG_FILE] [--log-name LOG_NAME] [-q] [-v] {install,uninstall,freeze} ... curd: error: argument -l/--log-level: invalid upper value: 'DEBUG' ```

I originally discovered this as a bug where a docker-compose file containing `image:` would also require setting `build: context:` For example, this docker-compose file should build successfully: ``` version: "3"...

Examples: * [markdeep](https://casual-effects.com/markdeep/features.md.html#diagramexamples/digitalcircuits) | [goat](https://github.com/blampe/goat/blob/main/examples/circuits.svg) * [markdeep](https://casual-effects.com/markdeep/features.md.html#diagramexamples/lineends) | [goat](https://github.com/blampe/goat/blob/main/examples/edge-cases.svg) Markdeep's source became available after I hacked together this project many years ago. Its [`diagramToSVG`](9e512dc62bbd6d65750376068259596/1.13/markdeep.js#L3499) method is worth referencing.

help wanted

``` solargraph --version 0.39.17 ``` Use case: I would like to run `solargraph` as a daemon and connect to it with different editors sharing the same local repos. Example: After...

*Issue #3* *Description of changes:* This is a quality of life improvement for anyone who'd like to run a split-tunnel VPN. This preserves the existing behavior of the `eb ssh`...

**What feature you'd like to add:** https://github.com/container-storage-interface/spec/blob/release-1.6/spec.md#controllerexpandvolume Currently, * modifying a JuiceFS PVC's storage request has no effect, and * modifying the PVC's underlying PV causes mount failures: ``` MountVolume.MountDevice...

kind/feature

Right now we only take one body and duplicate it for every request within a benchmark. @zymoticb pointed out that it's sometimes useful to benchmark different request bodies concurrently, and...

If I have 3 drives, I should be able to create the same topology regardless of whether those drives are attached to 3 hosts or 1 host. For example, this...

I'm trying to setup snapshot shipping via CSI (https://github.com/piraeusdatastore/linstor-csi/pull/142) without much success. Most recently I had a flood of errors around parse failures, but there's not enough detail to figure...

The plugin currently only supports one VolumeSnapshotClass via the "velero.io/csi-volumesnapshot-class" label. If a driver has more than one VolumeSnapshotClass with this label, there is no way to control which one...