Tushar Pokle

Results 5 issues of Tushar Pokle

This is because runit doesn't respond to the TERM signal that docker sends the leading process. docker eventually times out, and sends a KILL that does the job.

bug

It might be useful to tail /var/log/messages, or something else sensible

bug

I expect the table panel to show columns in the same order as its source. It appears to sort the columns alphabetically by default. For example, if I query (sqlite):...

We've had a few test failures recently that have resulted in exception traces, but none of the usual Midje failure messages. That makes it a bit hard to know which...

better-error-msgs
to investigate

dasel appears to not escape XML special characters like `` and `&` when emiting XML. For example, `echo '{"", "&": "&"}' | dasel -r json -w xml` emits: ``` &...

bug