dk

Results 8 comments of dk

When I manage god via an init script (as discussed in [this post](http://www.synbioz.com/blog/monitoring_server_processes_with_god)), I run into kind of an 'opposite' problem. In my case, god fails to exit all sub-processes...

I'd love to add a +1 on this issue. My reproduction was almost the same, just that at step 3, I was trying to add the new key to my...

> I'd love to add a +1 on this issue. My reproduction was almost the same, just that at step 3, I was trying to add the new key to...

Hi, I got this issue, too, and adding the `loading="lazy"` attribute to the `iframe` element works for me, so: ``` ``` Not sure if it helps in all cases, just...

@deontologician no prob! We were building an app on top of this example, and in the process we noticed this bit. Our rethinkdb log was full of the `too many...

PS: apologies @kitsonk, I forgot `deno fmt` . Should be fixed at the latest PR commit :)

Additional context: I tried switching from `@swc/core` to `esbuild`, and the Deno Deploy process was finally successful. However as we do dynamic import (ie `await import("esbuild")`, it means esbuild can...

Confirming the same behavior. My setup: Extensions: - `github.copilot`: `1.326.1596` - `github.copilot-chat`: `0.28.2025053002` VS Code: `1.101.0-insider (Universal)` (1b4b2f807c36c2347167790756941d3058a3e8ae) OS: `Darwin arm64 24.5.0` Remote OS: `Ubuntu 24.04.2 LTS` LLM model: `Qwen2.5-Coder-0.5B-Q8_0-GGUF`...