Riccardo Attilio Galli

Results 6 issues of Riccardo Attilio Galli

It happened 4 times, happens only when I'm testing the blink1, I'm confident that that's the cause. The gist contains the content of /var/log/messages during the latest crash. https://gist.github.com/riquito/5c48037b6929bacafdf7 It...

Add the ability to generate a [AWS POST Policy](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html). AWS POST Policy allows to define some stringent rules like limiting the size of S3 uploads (see issue #1503) Here I'm...

assert.sh fail in a couple cases 1) using assert, if your tested command has as parameter a string with a space separated asterisk then the asterisk will be evaluated by...

This PR removes an unnecessary loop from replace_bytes in line_buffer. I also added tests for some cases not covered (empty string, same byte replaced, nothing found in a non-empty string)....

I couldn't figure out why my local changes to the theme colors definition were not being picked up, so I went to the source. Turned out my yaml file was...

size/M

We do already stream data, with a caveat: we keep each line in memory. If a single line were to exceed the amount of memory we can allocate, tuc would...