Ralph Thesen

Results 138 comments of Ralph Thesen

Released in [v2.10.6](https://github.com/redimp/otterwiki/releases/tag/v2.10.6).

Hey @twied, thanks for reporting this! The documentation needs to be clearer here: This is kind of intended: The `-slim` image is running as unprivilged user with the uid 33....

Add the Tip to the documentation: https://otterwiki.com/-/commit/17bbb0

Hey @twied, thanks for reporting this. Behind the 500 was a `unidiff.errors.UnidiffParseError` raised. ``` unidiff.errors.UnidiffParseError: Target without source: +++ "b/foo \"bar\"/baz.md" ``` Looking into it!

This is a bug in `python-unidiff`, whis has been reported and half fixed https://github.com/matiasb/python-unidiff/commit/2771a878f7bc6619e625feb4dbad3427f57f5237 but never made it into a release: https://github.com/matiasb/python-unidiff/issues/113.

I wrapped up a workaround, would appreciate further testing here: . Note: Like [demo.otterwiki.com](https://demo.otterwiki.com) this site will reset after some time, please share anything you run into here in the...

Thanks for testing! You came up with way more stuff as I thought of .. like just `"` as pagename. 😅 Will make a new release with these fixes later...

Released in [v2.10.6](https://github.com/redimp/otterwiki/releases/tag/v2.10.6).

Hey @adeotek, thanks for submitting this PR. I would like to test it before I merge, please be patient with me getting the environment ready. Also we might want to...

Hey @RichardSchulz52, looks like the uid 33 is not allowed to write the volume. Since your cifs volumes work with other images, can you check as which uid the images...