svenskmand

Results 9 comments of svenskmand

I figured it out, there was a [hidden link](https://github.com/gregsdennis/Manatee.Json/blob/master/docs_source/usage/serialization.md/#L1) to some other version of the same documentation where I managed to find [this page](https://github.com/gregsdennis/Manatee.Json/blob/master/docs_source/usage/serialization.md/#L1), that explained how to use the...

Does that mean that if I do this from a Xonsh shell already started from the AppImage it should work?: ```xsh bash -i # in a new interactive bash shell...

In the bug report and all my tests I used the extracted app image using the --appimage-extract option. Only the one case that works above where I use 0.14.4, is...

Please note that the latest version installed from pip does work as expected. I only have the issue with the AppImage versions. I.e. this works: ```bash podman run -it ubuntu:24.04...

The AppImage always starts using the file called `AppRun`, it looks like this: ```bash #! /bin/bash -i # If running from an extracted image, then export APPDIR if [ -z...

Yes, it still exits, but now it enters an infinite loop like this: ![Image](https://github.com/user-attachments/assets/15bb3f92-e106-464f-bc35-79d873f3ba6e)

If I instead run this command `$(echo hello); exit`, then I can stop it in time and see some error output: ``` root@92ddd697002d / @# $(echo hello); exit:1:14:16 - $(echo...