Johnny Bergström
Johnny Bergström
I know the focus right now is compatibility with the basic userland, but what about making it possible to pipe inputs and outputs through Siri shortcuts a.k.a. Workflows? It would...
When using the resolver async lookup, queries might never time out or run for much longer than configured. It's especially bad in the TLS based configurations as in the provided...
**Describe the bug** An old invoice triggered a new webhook event (invoice_receivedPayment) months after it was already invoice_completed and "invoice is not monitored anymore". The same e-mail was recently used...
I get this in the sublime console: `Unable to find target command: go_build`
If you have something like this: ``` go indexer := core.NewBulkIndexerErrors(200, 60) indexer.BulkMaxBuffer = 10485760 indexer.BulkMaxDocs = 6000 done := make(chan bool) indexer.Run(done) // Clean up on exit as the...
The commit 2e251cecd4b002381cb6b65f1759de28b46523d3 seem to introduce problems for gunicorn. If I run gunicorn with more than 1 worker, I get bad file descriptor sockets and everything seem to fall apart....
Hello, While using coredns 1.7.0 with the config: ``` .:53 { debug health { lameduck 5s } ready prometheus :9153 unbound cache loop reload } ``` And querying for *ipleak.net*,...
## What When CoreDNS is used as a dns-over-https server, it sets cache control headers. However, the max-age is set as a float, instead of an integer as specified in...
## What - ~~Allow 3rd parties to control socket options~~ - Provide a way to retrieve the OOB destination information - Expose net.Conn, to be able to read unix.TCP_INFO ##...