GHPS

Results 16 comments of GHPS

While the code in the commit fixes the current problem it perhaps would be reasonable to replace the whole parsing section with a more robust solution like `prefix,major,minor,postfix=re.findall(r'(\D*)(\d*)\.(\d*)(\D*)',stVersion)[0] ` This...

I had the same problem with the latest release version of picoweb under MicroPython 1.10 on an ESP32. So the problem is still there... The work-around (deleting the reference to...

I can confirm copycat doesn't work in tmux 2.6-3 (the current version shipped/maintained with Kubuntu 18.04 LTS). After downloading and building tmux from scratch (version 2.8 plus a number of...

> Why was this never merged? Thanks for the support - looking at my own four year old snippet of simple clean code, the second PR addressing the same issue...

The problem is still present with current rust versions. I've tried building exa in (K)Ubuntu 22.04 using rust 1.65 and got the known error message `signal: 8, SIGFPE: erroneous arithmetic...

Update - Good News With the latest Kubuntu system updates installed, the build process finishes without problems ``` > rustc --version --verbose rustc 1.66.1 (90743e729 2023-01-10) (built from a source...

Thanks to everyone contributing to this helpful discussion. Since I'm late to the topic, let me give a short summary from my perspective. The new default layout has two rows...

> What am i doing wrong? is this a misunderstanding of client/server? You are trying to send the command "GET_GUISTATE". Using that command (or others like "GET_VERSION" or "GET_CONFIGURATION") I...

Since the problem is fixed I suggest closing this issue...

A few years ago I built a LED matrix and I really liked to control it with PixelController under Win XP 32 bit. After moving to Kubuntu (64 Bit) I...