srgg

Results 23 comments of srgg

I have the same issue: ``` ansible --version ansible 2.9.13 config file = /Users/user/work/../ansible.cfg configured module search path = ['/Users/user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.8/site-packages/ansible executable location =...

@MarkusTeufelberger ``` TASK [generate SSH key ] ********************************************************************************************************************************************************************** task path: /Users/user/work/isecure/upgrade-guacd/platform-docker/azure/docker-vm.yml:15 ESTABLISH LOCAL CONNECTION FOR USER: user EXEC /bin/sh -c 'echo ~user && sleep 0' EXEC /bin/sh -c '( umask...

> For everyone looking to fix this using requirements.txt add the following code: > > ``` > PyOpenGL @ git+https://github.com/mcfletch/[email protected]#egg=PyOpenGL > PyOpenGL_accelerate @ git+https://github.com/mcfletch/[email protected]#egg=PyOpenGL_accelerate&subdirectory=accelerate > ``` Did not work for...

> .. if I understand your technique right, but I see .. Yes, you've understood it correctly: there's a straightforward mapping — `-alias` maps to `trice()`, and `-salias` to `triceS()`....

@rokath Thank you for adding the `gcc-arm-embedded` warning; it helped me move forward. As requested, I removed Alias serialization from til.json and committed that change separately (https://github.com/rokath/trice/pull/536/commits/436fb0584b414532e1f5766a544d43a9590f9f8d). I chose not...

Thomas, thank you.. I will look at all of it over the weekend too (including the draft).

Thomas, I have pushed some fixes, please see below, so far it seems that G0B1_inst example is the only remaining: > Info about error in file triceCheck.c line 2761 Thanks...

Sure, I can take care of it—just let me know which parts you'd like documented.

Thomas, thank you for reviewing and merging the PR. I'm not quite sure about `line 28`. It seems that it was initially there. As I cannot thoroughly test it due...