Markus F.X.J. Oberhumer

Results 8 comments of Markus F.X.J. Oberhumer

JFYI, `Go` changed its default integer size on 64-bit platforms from 32 to 64 bits back in 2013 one year **after** its official 1.0 release... https://go.dev/doc/go1.1

I've tried to make this bug report reproducible on a RHEL 8.6 clone: ``` Linux 4.18.0-372.19.1.el8_6.x86_64 $ rpm -q conmon crun fuse-overlayfs podman conmon-2.1.2-2.module+el8.6.0+997+05c9d812.x86_64 crun-1.4.5-2.module+el8.6.0+997+05c9d812.x86_64 fuse-overlayfs-1.9-1.module+el8.6.0+997+05c9d812.x86_64 podman-4.1.1-2.module+el8.6.0+997+05c9d812.x86_64 ``` When using...

I've edited storage.conf as follows: ``` $ diff -u /etc/containers/storage.conf.ORIG /etc/containers/storage.conf --- /etc/containers/storage.conf.ORIG 2022-08-02 09:56:00.000000000 +0200 +++ /etc/containers/storage.conf 2022-08-16 22:58:17.589552715 +0200 @@ -92,7 +92,7 @@ #mount_program = "/usr/bin/fuse-overlayfs" # mountopt...

I would like to try your Windows patch (and possibly add support for cross-compilation in .travis.yml). Could you please rebase your branch on current master? Thanks.

This issue seems to be fixed by #389 (Note to self: prefer reporting bugs at https://bugzilla.redhat.com/)

I agree that this would be **very** useful, but it seems some work and will probably break lots of 3rd party modules, so I guess this will not happen before...

Could you try if my branch "travis" at https://github.com/mfxmfx/squirrel/tree/travis works better? ``` git clone https://github.com/mfxmfx/squirrel.git -b travis cd squirrel && mkdir build && cd build cmake .. make ``` Otherwise...

This issue still is open as of git version Jan 8, 2020. It seems that the root cause of the problem is that cursorPosition() sometimes is wrong... Please try this...