erikschul

Results 30 issues of erikschul

### Minimal, reproducible example ```TypeScript How I reproduce it: 1. Start Chromium with user-data-dir, and install uBlock (1.54.0_0). 2. Copy directory in `Default/Extensions/...` 3. Start Puppeteer with puppeteer.launch({ ... --load-extension=...,...

bug
upstream
confirmed

**Is your feature request related to a problem? Please describe.** See https://argoproj.github.io/argo-events/eventbus/jetstream/ Password is in cleartext in the EventBus resource. **Describe the solution you'd like** Password should be in a...

enhancement

**Is your feature request related to a problem? Please describe.** AFAIK, a connection can only run one transaction. So I conclude that in async, if multiple transactions are running, the...

enhancement

### Bug Description I would like to use `query! ("SELECT * FROM mytable") to avoid explicitly referencing each column. But adding a new column at runtime will return Err(`ColumnDecode {...

bug

**Describe the issue** I'm experiencing network problems when using `Emulated VLAN` for a forwarded port for ssh. It works fine for some time, but then it becomes unresponsive. Network fails....

qemu

I would like to use wireproxy with kubernetes, but for the http proxy, I'm missing a health endpoint: /livez: - 200 if tunnel is established (e.g. no config error, unresolvable...

### What is the bug? On web, when using mousedown-drag-mouseup to move the map, and then using mousewheel to zoom in/out, the movement continues and acts unexpectedly. ### How can...

feature
P: 3 (low)
S: core

### What is the bug? On web, when using mousedown-drag-mouseup to move the map, even a small distance (e.g. 20px) causes the map to move a far distance (e.g. 1...

P: 3 (low)

I sometimes rebuild the Kubernetes control plane and worker nodes during experimentation, which leaves some volumes attached. When a new container is created, and the volume is already attached to...

bug
Stale

I'd like to use buildah 1.33 because of heredoc support. It's released on the website, but not on GitHub. And I'm concerned that even if I used `apt` in debian...