David Tomaschik

Results 30 comments of David Tomaschik

Step 1: instead of mangling in the worker, we could pass the task to an expander that feeds into the workqueue. Step 2: refactor the decision on whether to add...

Or paths within it, such as PATH_INFO support.

Obviously I'm not testing from the same endpoint as cmd.cat uses, but it seems to be resulting in some kind of cloudflare error/captcha page. I suggest allowlisting the source IP...

If you're going to use `DNAT` you probably need to set `net.ipv4.conf.all.route_localnet` so that the kernel doesn't drop the packet on the incoming interface. Note that this has security implications...

Follow-up: this seems to be because the `GLib.HashTable` case in `gocConvertNested` claims to only support `map[string]string` but this is not `map[string]string`. The code that checks this case outputs a Debug...

Is there a branch/tag you'd recommend using?

I realize this issue is quite old, but is there a reason not to call `shutdown()` on STDIN EOF? I needed this for fuzzing an event-driven program to indicate that...

I completely agree, but more so, I think we should do the same for: - Categories (or possibly deterministic keys for merging) - Hints Basically anything that's attached to the...