makeworld

Results 588 comments of makeworld

Not sure if this is the same issue, but `zig cc` has the same problem with `-Wl,-Bstatic` which sets all the `-l` libs after it as statically linked. They end...

Work around for this: compiler.sh: ```bash #!/usr/bin/env bash # https://github.com/wailsapp/wails/issues/4076 # https://unix.stackexchange.com/a/258514 for arg do shift [ "$arg" = "-buildvcs=false" ] && continue set -- "$@" "$arg" done go "$@"...

> GPL, which prevents an assembled re-distribution It's not just that. Even when not assembled with dependencies, it still matters. According to the FSF, a software project that has a...

Duplicate of #288. You will need to rebind the help key unfortunately. I also don't recommend using command prompt, but instead a modern application like [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US). If you can...

Removing the trailing newlines is by design. Hacky design, but still. However it's true that there should also be a newline at the end. I would definitely accept a PR...

@ncw thanks for that script. Good to hear you think this flag would be useful. ~~Any reason you chose to add `--drive-skip-gdocs` in your script?~~ I see, it's because these...

I see that now, thanks. I still think having the flag would be easiest, but that's a helpful solution.

To make sure I understand: - The problem is that the streamer sends their private key (stream key) to the broadcaster, so a malicious server could impersonate them in the...

Same goes for the signature file (sigstore/in-toto JSON) needing to be on the disk.