Andy Alt

Results 158 comments of Andy Alt

> AppImageKit hasn't changed, so I don't see why this would occur anywhere. > This is possibly because since gcc-10, the -fno-common flag is the default. More here: https://www.linuxquestions.org/questions/programming-9/multiple-definition-errors-when-linking-on-arch-using-gcc-10-1-0-a-4175675444/#post6124558 >is...

> Oh, thinking about it, this could be a simple magic bytes issue... Mind to remove them (`sed -i s|AI\x02|\x00\x00\x00| my.AppImage` is good enough for simple ones) and then try...

> > Many (if not most) people use Zig nightly releases rather than stable. > I use the nightly. ``` 2024-03-13T08:59:45.0065955Z ##[group]Run goto-bus-stop/setup-zig@v2 2024-03-13T08:59:45.0066541Z with: 2024-03-13T08:59:45.0066973Z version: master 2024-03-13T08:59:45.0067385Z cache:...

I think if you just add 'cp' and 'mkdir' to .github/wordlist.txt that will take care of it.

> Maybe something around meson also > > Like in this project > > https://github.com/swaywm/swaylock/blob/master/completions%2Fmeson.build Yes, good idea. > I'm unsure if we should update "debian/rules" or create "debian/install" to...

@ccoVeille You don't need to squash your commits, but you certainly may if you like to. I know some projects on GitHub require it, but I don't.

> I added fish completion to meson by doing some reverse engineering 😁 > > Let me know if t's ok because I don't know what I'm doing 🤣 You...

> I think we are ok now, what do you think ? Getting closer. :)

> You forgot github words whitelist Thanks! I apologize for the delay, I haven't been able to spend much time on the computer lately. We'll have this merged soon though....

Have you ever considered adding a [CodeQL check](https://github.com/github/codeql-action) here or on Geany itself?