Diomidis Spinellis

Results 152 comments of Diomidis Spinellis

Thank you @kaveman- for reviving this! I think we would like this to be an option (even the default) in `git init`. If you send a PR, please also update...

I like both your emulator and the idea of assembling unmodified sources with a shell script!

Adding this to `OEM.ASM` prints out: ``` L P T 1 : " ```

I don't think the ps way is accurate enough, because it gives the name of the command that invoked the shell, but not the actual shell path. For example, if...

I'm preparing a pull request to address this. @joan2937 can you please have a quick look at https://github.com/dspinellis/pigpio/commit/93f127f53d1ab37dfba7842f932c76ee6ca91cb0 to check if it's in the right direction? This is still work...

Most recent work is at https://github.com/dspinellis/pigpio/tree/fix-567-pm-state. Saving and restoring seems to work, and all original tests pass. I am currently looking at ways to add unit tests.

The issue is now correctly linked in the initial description and reproduced below. The following example program sends a short pulse on GPIO 14 using *pigpio*. ```python import pigpio pi...

This should be fixable by passing a suitable setting to Git or through a configuration file.

Thank you for the feedback!

Can you please try it now?