Jeremy Tuloup

Results 1051 comments of Jeremy Tuloup

@giswqs @deeplook this PR updates to the latest (dev) version of Pyodide: https://github.com/jtpio/jupyterlite/pull/178 Would you be able to test on the RTD preview? https://jupyterlite--178.org.readthedocs.build/en/178/_static/lab/index.html

Ah, probably something that changed in pyodide?

Good catch, thanks for the report! The sanitize function that strips special characters is definitely not bullet proof and needs to be reworked. The `--tokenize` option was added in PR...

Maybe the best to do first would be to implement the `--tokenize` feature for boards too (or any other resource being saved on disk) and see if the script can...

Thanks for the report! There is a work in progress in PR #17 to drop support for the folder tree structure and clean things up a bit. We can get...

Having it human readable was the original motivation for the tree structure :+1: The tree structure comes with a few drawbacks however: - many files are created during the process...

We could definitely have two modes: 1. The first layer would output full raw JSON and attachments (if requested) 2. The second would be built on top of the first...

Right. It would require using a read/write token though.

At the moment there is no restore functionality. But the backup script exports the boards as json files, so one could parse these files and use the Trello API to...

That's a good idea indeed :+1: