Matt Kulka
Matt Kulka
Any solution to the white/black logo problem in that if your logo is either color it will disappear on that color theme?
Yeah, that's reasonable. Would it be possible to make a "dummy" button be the default so that you could have it just say "Support" and the dropdown buttons be the...
I'm not an expert here, but it appears that language-chef coerces Chef files to source.chef.(recipes|metadata) now (https://github.com/sous-chefs/language-chef/commit/5d5baaf8c2302f86488a869e5ae212f366ded79a#diff-5a6fbddba660ab603e2f329c65affa45) instead of source.ruby.chef that linter-rubocop binds to. (https://github.com/AtomLinter/linter-rubocop/blob/master/src/index.js#L210)
I found this to be a manifestation of what is described in [this SO post](https://stackoverflow.com/questions/48842823/windows-ssh-how-to-keep-proccess-running-after-disconnect). In general, processes spawned from sshd are cleaned up on disconnection. The workaround described in...
related: https://github.com/coder/coder/issues/10925
Dump is attached. [dump.zip](https://github.com/user-attachments/files/18365247/dump.zip) I was running 2.7.1 and then bumped after this issue occurred.
> Hi, I haven't had time to go through this, but here's how to use the blobcli. > > On the dump from [@mattlqx](https://github.com/mattlqx) > ... > > This doesn't...
Yeah, that's correct. After running it, it didn't need to recover blobs anymore. I don't have the original log, but my `default_req_timeout` was set to `60s`. I bumped this to...
Having a similar issue here... with go2rtc spawned from a Frigate container, go2rtc ports will only listen on tcp6. config: ``` api: origin: '*' hass: config: /config log: format: text...
Yes, they're on the same subnet. But setting that for `iface` doesn't seem to work. ``` [2025-02-20T17:21:48.779554803+00:00 INFO io_engine::core::env:env.rs:811] Detecting IP address for NVMF target network interface specified as 'subnet:192.168.2.0/24'...