Wolfgang Ulmer

Results 6 issues of Wolfgang Ulmer

We faced some issues with the PowerShell hook which gets installed via `conda init`. When a user uninstalls Anaconda, the hook isn't removed automatically which then leads to errors each...

cla-signed

Due to an error with my Google Sheets table, I found that Google (and [DIN 5008](https://www.din-5008-richtlinien.de/startseite/datum/)) use `Sept` as abbreviation for `September`, but `dateparser` only understood `Sep`. It looks like...

I was investigating on a really strange issue today: I was using `fmpy` in our project together with a larger multiprocessing setup (doing parallel simulations) and I encountered a strange...

Hi, we were trying to use the elmclient inside a Docker container, but it crashed on the first use of `termios.tcgetattr`, because there was no tty attached to stdin. The...

Fixes https://github.com/IBM/ELM-Python-Client/issues/68 This PR makes the `kbhit` function return `False` if there is no tty attached to stdin. This is semantically correct, as there cannot be a keyboard hit if...

Hi, this is just a tiny PR to fix the formatting of some bullet point lists in the README.