Marcel Hellkamp

Results 233 comments of Marcel Hellkamp

https://github.com/bottlepy/bottle/pull/647#issuecomment-60152870

> Nice idea, can you explain, why we would need multiple recordIds and formats in one call? I would prefer to have just one combination per call to keep complexity...

> I'm not a big fan of this idea - the fact that it still relies on notifications generated via the post publish script (recording ready) or otherwise requires polling...

To offer the same API in python 2 and 3 and simplify some test cases, if I remember correctly. Not the best design decision that was ever made, but these...

So we basically need to implement a view-wrapper that applies a function to each value, but otherwise behaves like a view? There is nothing like this in the stdlib I...

That is more or less correct for the last stable release (0.13) but we can probably add a couple more 3.x tags, thanks. Will be updated with the next upload...

Oh, it's not. 3.6 and 3.7 were dropped. My bad

> afaiu, the last stable release (0.13) does not work with Python 3.13. What's your error message? > cgi has been dropped from Python3.13. However, there's a replacement legacy_cgi. Are...

Works for me: ``` # pip install bottle git+https://github.com/umlaeute/bottle-i18n.git # Python 3.13.2 (main, Feb 25 2025, 05:25:21) [GCC 12.2.0] on linux >>> import bottle >>> bottle.__version__ '0.13.2' >>> import bottle.ext.i18n...

I pushed a mini-release with just metadata changes.