DmitriiCM

Results 6 issues of DmitriiCM

Hi all, From 2018 Windows 10 is supporting ARM hardware, and laptops with ARM processors are on sale. https://blogs.windows.com/windowsdeveloper/2018/11/15/official-support-for-windows-10-on-arm-development/ Will be nice to have Win ARM64 binaries in the Release...

Hi all, Thanks for the cool product. I was testing the decoder on DRM+ IQ recording (the test is taking place in Saint-Petersburg), and got this message "MSC mode 0...

Hi all, After updating to 1.3.0 I got this error: `Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__ self.close() File "/usr/local/lib/python3.8/site-packages/evdev/device.py", line 304, in close super().close() File...

The idea of the app and the console UI is great. But I tested the AI Shell with CodeGemma and CodeLlama open models, and it just does not work, generating...

### 🚀 The feature It would be nice to add a map-style feature to PandasAI. Sometimes it's important to process a specific column using LLM. I already did a proof...

It would be nice to have a _close_ method that will correctly close an opened USB device. Now, I have to do this manually: ``` import usb.util rc = RadiaCode()...