Pasi Niemi

Results 5 issues of Pasi Niemi

To run on older android devices, I needed to remove references to Byte.toUnsignedInt and newer javas also don't ship with javax.xml anymore, so I also removed javax.xml.bind.DatatypeConverter which was only...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to avoid...

help wanted
good first issue

**What's the issue?** Pip is run with simply `sudo -u _snips-skill` and the `-H` argument that would set the correct home is omitted and thus pip tries to use the...

type: bug
sub: sam
sub: skill-server

--- **What's the issue?** Venv activation requires to be run in bash to work, but sam runs `bash -c 'sh setup.py'` and sh is a symlink to dash on a...

type: bug
sub: sam

The appender does not try to flush remaining messages to CloudWatch on stop, so final messages typically don't get written. These messages are specially important in the case of failures...