Leo Bernard

Results 114 comments of Leo Bernard

Hey @veneliniliev, I hadn't thought of this use case yet, let me see if I can fix this. In the meantime, you could run json-autotranslate from each of the directories,...

That's awesome, thank you so much for this PR and the work you put into making this work with WebSockets! Let's check if it would be possible to make this...

Thank you, I'll have a look at this now! I think once we get the WebSockets implementation working properly on the JS side, we can safely remove the UDP implementation...

Hey @jbflow, please excuse my super late reply on this! I haven't found the time to thoroughly test this PR yet, but will hopefully get to it next week.

I haven't tested this script in a while, but if the format of Google Photos Takeout hasn't changed, this should still work as expected :)

This seems to be an issue with DeepL's API. This tool fetches a list of all available languages from their `/languages` endpoint, but the docs state: > Please note that...

Thank you for this PR, that looks good to me! Could you update the README to add information about this new way of using glossary files? I'll merge the PR...

You're right, my bad! I'll merge this PR and release a new version soon :)

Hey @eliaskg, This happens sometimes, unfortunately. I haven't quite been able to figure out what's causing this, but if you'd like to make extra sure that the connection is stable,...

Hmm, that's strange! I wonder if this happens because Live disconnects while checking for a connection. The following might be able to fix this: ```ts /** * Calls the callback...