Patrick Winters

Results 11 comments of Patrick Winters

You should update your compiler's include search path to include "/opt/homebrew/Cellar/sdl2/2.0.16/include/" instead of doing this.

I'm not sure if this is helpful or the same issue, but in my case the issue seems to have been caused by the permissions on the "perf.data" file -...

> Fixed my issue by using > > `$ echo 0 | sudo tee /proc/sys/kernel/perf_event_paranoid` > > as described in the README under [Obtaining profiling data](https://github.com/jonhoo/inferno#obtaining-profiling-data) I think this issue...

@DillonB07 If the only packages you're having issue with are the ones used for updating, the best solution would probably be to remove the update code entirely; it's not the...

One thing I'd immediately suggest is to add ".DS_Store" and "Ruby.app" to your gitignore. I'll take a look at those errors now.

Ah, I see - I was wondering where the code had gone :) On second thoughts, I do remember helping someone on macOS to get Flaptus running, and I believe...

For me, `ruby --version` returns `ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux]`.

@DillonB07 The leaderboard API uses a token which only its owner is supposed to have, and which is added to the code when being built for release. It can be...

The whole point of the API key is to make cheating and submitting false scores harder, by requiring submissions to be done through a built binary. The leaderboard is managed...

That looks awesome! As for the leaderboard, I will try to add a quick patch which will allow offline mode (currently it crashes) - ~~as previously said, Cactus will need...