David Snopek

Results 230 comments of David Snopek

Thanks, timrea! For reference, the link is saying that a version of AnkiDroid was released that can set a custom sync server URL. PR to update the README welcome! :-)

httplib2 is meant to be bundled with the anki source code, and we shouldn't have to install it separately. How did you go about installing anki? Is the `thirdparty/httplib2` directory...

Ok, thanks! Well, we bundle a copy of Anki (or at least we should be doing that - it's possible the last release got messed up?) in anki-sync-server, so if...

Thanks! Most of these changes look great! However, the stuff about 'anki-bundled' is incorect. That directory is actually part of this repo as a submodule. So, to populate 'anki-bundled' you...

I don't currently have plans to implement such a method, but I'd definitely consider merging a PR that added it! It sounds like that could be useful. :-)

Yeah, I think you're going about this the right way! This is mostly about finding the Anki method that does it and then using it in AnkiServer. We're currently listing...

> As far as I know, official builds don't use GitHub Actions. Ah, ok, for some reason I thought the official builds were done via GitHub Actions. > I believe...

FYI, I made a script similar to @antonWetzel (in Python) back on https://github.com/godotengine/godot-proposals/issues/4476 and I just published a blog about it: https://www.snopekgames.com/tutorial/2022/how-make-godot-open-vs-code-workspace-if-project-has-one Given how much personal preference is connected with...

Another use-case for this is triggering a "forgot my password" workflow. Otherwise, you need to have another server-side script somewhere just to pass this request on to Nakama (with the...

There's actually another model where you pick one of the clients to be "the server", treat it as authoritative, and just use Nakama to relay the messages. Or, if you...