Stephen Karl Larroque

Results 502 comments of Stephen Karl Larroque

I would like to clarify what I wrote in the past as I think it went through as quite a bit confused (and admittedly I was - ink-components was my...

For Queue, simply change the import to this in Python 3: ``` try: # Python 2 import Queue except ModuleNotFoundError: # Python 3 import queue as Queue ```

Also I can confirm that I did similar changes and the library works

Same issue, please allow a flag to specify that month is to be first expected in the middle (currently it's the other way around that is tried first, it would...

@dateutil why did you remove mcarans comment with a link to [his implementation](https://github.com/OCHA-DAP/hdx-python-utilities#date-parsing-utilities) of the very idea we are discussing here? It could both be a workaround for those who...

> I'm not sure it will fix the issues here, but could you please try #680 to see if it makes a difference? I have a similar issue (`BleakError: Could...

Fixed the issue, it was because Windows was paired with the device, it works now that I unpaired them. I also used [this free Microsoft tool](https://github.com/Microsoft/BluetoothLEExplorer) to debug, maybe this...

BTW I made a portable version of quiet-js using Laragon on Windows that can be run locally, the package can be downloaded here: https://drive.google.com/file/d/1g1fqSydeXY-ewDCYo3GVc8HzlN4osAXq/view?usp=sharing

Look at your path, the parent folder is test in your setup while in mine it was quiet-js, you may want to tweak the paths to get it working. I...

Haha this happens to me all the time. Next time ;-) Le sam. 12 nov. 2022 à 21:10, Ashutosh Gangwar ***@***.***> a écrit : > I just created a release...