Jeff Deville

Results 13 issues of Jeff Deville

https://github.com/snikch/jquery-placeholder-plugin

Hey Miles, thank you for this example. I'm afraid I'm having some trouble w/ it. The only difference I have from your setup that I am aware of is that...

### Version & Environment Redpanda version: (use `rpk version`): Server: docker.redpanda.com/vectorized/redpanda:v22.1.6 Client: v22.1.5 (rev 042089c50e0c5d148a2d49f5dcf1bcdfa419be3a) Cloud: https://fly.io/ Client OS: MacOS Monterey I've created a fly.toml to run redpanda that looks...

kind/bug

I've got an overridden module name, which breaks when I reinstall, because while coherence.install.ex.do_config\2 works just find, do_run(%{reinstall: true} = config) basically throws that parsing out, and calls 'run' over...

When I clear the contents of a form array, an 'empty' array isn't posted back to the controller, so the clear doesn't happen. In fact, nothing is posted for the...

When I copy/paste your brunch-config.js: ```js module.exports = { files: { javascripts: { joinTo: { 'libraries.js': /^app\/jquery\.js/, 'app.js': /^(?!app\/jquery\.js)/ } }, stylesheets: {joinTo: 'app.css'} } } ``` The build is...

When a file is zen-closed in a non-active pane, the 'active' file in that inactive pane can change. It's not that the file that was being shown has closed, it's...

We're having issues where when a worker that has subscribed to messages crashes, it's corresponding channel is not closed The SelectiveConsumer monitors the processes that are receiving messages. But when...

**Is your feature request related to a problem? Please describe.** I would like to attach a managed db to my k8s cluster. But to do that, I need to know...

enhancement

This does 2 things: 1. There's a race condition in the async tests where the test pid is being overwritten on each setup block. (OtelHelper.otel_pid_reporter is constantly reconfiguring telemetry). Turning...