TheMeaningfulEngineer

Results 9 issues of TheMeaningfulEngineer

Hi, as far as I can see, it's not possible to remove frames from a gif video using the gui. Can this be achieved from the cli or is it...

So far I have a successful communication example of controlling an EnOcean actuator. I seem to be missing a Devce class which would represent a device. Use case example: 1....

enhancement
in progress

It seems like `os.fork` puts the debugger in a uncertain state. Here is a small example to provoke it. The gits of it is the `os.fork()`. ``` import os import...

enhancement

Is far as python debuggers that can be used from the cli, pdbpp has for me enhanced the debugging experience significantly. One major feature I'm finding missing and which has...

enhancement

Closes https://github.com/labgrid-project/labgrid/issues/543 Rebased on: https://github.com/labgrid-project/labgrid/pull/575 Will rebase on master once that is merged. **Description** An iteration of the `getting started` page. The goal is to provide a step by step...

The code which provoked was a command to read a file on a target. i.e. `cat /etc/file.json`. I have traced down the issue in the driver and the cause is...

bug

Am just going through the docs with fresh eyes and have a few questions/directions to put on the table just to see what the reception might be. Background wise, I...

documentation
good first issue

I'm doing a long term test to wear out an SD card by writing together with a combination of periodic power outages. Have set `stressdisc` as a systemd sctipt that...

I'm running `stressdisk` as a systemd service and am finding the stats very useful. ``` Bytes read: 144 MByte ( 8.73 MByte/s) Bytes written: 78 MByte ( 2.81 MByte/s) Errors:...

enhancement