Results 22 issues of Daniel Hrisca

Hello, I'm trying to profile a multiprocessing application that has a tree-like process structure: - main process running a PySide6 GUI - secondary process started from the main process -...

enhancement

Hello, I've traced a Python application that uses multiprocessing. The way the processes are started is like this: - main process running a PySide6 GUI - secondary process started from...

I'm trying to set the pipe timout value for a windusb device. `libusb-1` set this using the function `libusb_set_option` which is not available from `pyusb`. Is there any chance to...

enhancement

### OS/Arch ```bash uname_result(system='Windows', release='10', version='10.0.17763', machine='AMD64', processor='Intel64 Family 6 Model 158 Stepping 10, GenuineIntel') ``` ### Python version ```bash Python 3.6.5 ``` ### cChardet version ```bash 2.1.6 ``` ###...

investigate

Hello @pylessard I'm working on integrating Flexray support for UDS. This would need some minor changes to this packages and bigger changes on ``python-can-isotp``: * new Address, PDU, TransportLayer and...

Hello, I've followed the documentation and have compressed a 2GB file using the LZ4StreamCompressor with a page size of 1MB. The compression speed is as expected, but when I use...

help wanted
stream

Hello, I've tried to bundle an application that uses numexpr3 using PyInstaller, but I get to an error at this line https://github.com/pydata/numexpr/blob/numexpr-3.0/numexpr3/ne3compiler.py#L54 This is the error traceback: ``` Traceback (most...

Hello all, I would like to get your opinion about how ``python-libusb1`` compares with ``pyusb``. The license is obviously different but how about stability, ease of use? Thank you!

It would be nice to get a progress bar, especially for larger file/folders

enhancement

Hello Freja, it seems that there are some dedicated array types in Matlab for datetime representation. Do you think hdf5storage could support this as well for writing .mat files?

enhancement