Tomas Berger

Results 16 comments of Tomas Berger

I think there are more places where the an exception is thrown where I have not gotten to. So as is now it will add replacements for exceptions for the...

> @Togtja: Have you any progress/news about your PR? @Neustradamus I haven't worked on it, a mixture of forgetting and time. I might get to look at it, but no...

@Lecrapouille @Neustradamus I have added the possibility to use `std::error_code` for all calls that used to throw when failing. I have not tested this thoroughly. So feel free to write...

After digging into minizip and writing some test code. I figured out that minizip does test the CRC when unzipping. However, it throws a generic "UNZ_BADZIPFILE" error, meaning it can...

I can take a look, one of the issues I have had with zlib and submodules is that it renames `zconf.h`, I did create a pull request in the original...

If we want to do it more C++, then C. We can model it after the std::filesystem calls. Where you can give in an std::error_code that holds this information. ```cpp...

We are also experiencing similar problems. We are aslo running it as `--ephemeral`, we have 4 build in parallel compiling C++ code. The communiction loss seems to mostly happend during...

Experiencing same problem on Ubuntu 22.04 Other mouse event work it is just `wait_for_click`

Just to give more info on my Ubuntu 22 setup autokey versions ```bash $ ll autokey-* -rw-rw-r-- 1 togtja togtja 102012 aug. 29 09:13 autokey-common_0.96.0_all.deb -rw-rw-r-- 1 togtja togtja 51664...

Hi, I'm facing similar problems. I am running Neko on an Ubuntu 22.04 Server on my network, I have not port forwarded any ports or such as it's all locally....