Diego
Diego
Basic implementation provided by https://github.com/Kartones/flask-calendar/pull/37
Hi @metaperl, Indeed, the TIMEZONE configuration setting allows you to have different instances with different rendered timezones. If that's an option, you can do it. As for doing it in...
1. Double reason: On one side, I wanted to learn about the icalendar format, so (second reason) I didn't even searched if there were existing libraries. Now that I peeked...
Thanks for the solutions posted in the comments. In my case, what worked (gcloud sdk version from ~1st of October 2021) with Ubuntu 20.04 that had Python 3.8 installed, was:...
Closing this issue, as the implementation from https://github.com/Kartones/flask-calendar/pull/37 is good enough.
Unfortunately the internal non-documented API has dropped support of performing a **api/v1/tables GET** and **api/v1/tables/_tablename_ DELETE** so those two methods won't work anymore. I'm doing some testing to allow again...
Should be fixed now. New way of retrieving tables list using `getTableVisualizations()` and dropping a table using `dropTableVisualization()` is slower, as it has to: - First, fetch all visualizations -...
Added [24aaa001911cd78da5dc38898f2443121491cfbf](https://github.com/mochajs/mocha/pull/5155/commits/24aaa001911cd78da5dc38898f2443121491cfbf) because testing the changes on a real big project, I got the following: ```bash [mocha] waiting for changes... ATest Error: Mocha instance is already disposed, it cannot be...
Moved to draft, I found an issue with `esm-utils` when battle-testing the PR.
https://github.com/mochajs/mocha/pull/5155/commits/7f265974e11483c75491f51720f2570fdc69d140 Does not touch ESM imports if the cache busting key is empty, and the busting logic takes into account `URL` objects, not only `string`s.