Grische

Results 97 comments of Grische

I'm not sure I understand your use case here. You have scripts that are written for POSIX (i.e. have a /bin/sh shebang) and you want to interpret them as something...

Let me see if I understand this correctly: 1. You have scripts that are not strictly POSIX compliant and have a /bin/sh shebang. Those scripts "work" because the local /bin/sh...

I noticed a similar problem with several of these checks: https://github.com/koalaman/shellcheck/blob/a71a13c2fca05b822cb16840792dc013ca76493f/src/ShellCheck/Analytics.hs#L4385-L4446 ```sh #!/bin/bash # shellcheck enable=all function dummy() { local 2a $b a=1; b=2; } dummy echo "${a}${b}" ``` There...

@softprops is there anything else we can provide to help debugging the issue?

@softprops is it possible to limit the number of files uploaded? If we send them one by one it might work properly.

@neocturne you can test it if you deploy the config on a repo (e.g. a fork) and let it run there.

@javierjulio can you test this PR? It didn't work during my tests.

@javierjulio a PR created from an github action cannot trigger (further) github actions without a personal access token.

@maurerle I was not able to get this to work with the FB7520 on a Windows host. It was never able to complete the auto-discovery on LAN1 (there was never...

@jstkdng @vinibali @clst has anyone of you reported the bug against upstream/kernel? Could you link a bug report?