increpare

Results 140 comments of increpare

Fixed now - will upload later. Interestingly/mildly annoyingly, there's no way to write a test for this as is, as the tests always assume that 'agains' run to completion. I...

@beekie18 when the puzzlescript console says a date newer than "build 1767, 2-may-2024" when you launch it it'll have been fixed :)

Maybe I'll have to push the requests to be server-side to avoid leaking tokens? That'd be annoying...hmm...I'm not very experienced with this stuff... (Thanks for the report)

The documentation still says: >You can read public gists anonymously, but you must be signed into GitHub to create gists. To read or write gists on a user's behalf, you...

I should try find the config page of the puzzlescript app/oauth thing to see if new permissions have been added 🙃

Releveant documentation: https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#get-a-gist At the top of the page it says > You can read public gists anonymously, but you must be signed into GitHub to create gists. But when...

issue on github dev community https://github.com/orgs/community/discussions/173621 - feel welcome to go there and upvote the issue if this affects you - that might improve response/visibibility of the issue to GitHub.

I've fixed the issue my moving it to the server, which is annoying for other people. I'll revert back if they fix it (especially if this results in me hitting...

(consider removing ` keybuffer = [];` on line 586 of engine.js )