Gonsolo
Gonsolo
I got xdma and xvsec working for 6.7.7: https://github.com/Xilinx/dma_ip_drivers/pull/275
Update drivers: https://github.com/Xilinx/dma_ip_drivers/pull/275
The following hack works: ``` diff --git a/vlcsync/vlc.py b/vlcsync/vlc.py index 552f29a..ad95d43 100644 --- a/vlcsync/vlc.py +++ b/vlcsync/vlc.py @@ -46,6 +46,8 @@ class Vlc: def volume(self) -> Optional[int]: vol = self.vlc_conn.cmd("volume") if...
> ok. Your first assumption was `split(',')`, now locale. Why locale? We read output from another app (vlc) with another Locale AFIAK? How locale affected output from tcp socket? My...
Works fine now.
After playing around with it for a while nothing works anymore: ``` Success: Found one matching FTDI device at ftdi://ftdi:232h:5:3/1 Caravel data: mfg = 0000 product = 00 project ID...
``` diff --git a/src/sentencepiece_processor.h b/src/sentencepiece_processor.h index dd3f092..010d500 100644 --- a/src/sentencepiece_processor.h +++ b/src/sentencepiece_processor.h @@ -15,6 +15,7 @@ #ifndef SENTENCEPIECE_PROCESSOR_H_ #define SENTENCEPIECE_PROCESSOR_H_ +#include #include #include #include ```
> This issue is fixed on the head master. Thank you. No it's not. You fixed 1. (GCC issue), but 2. (Release and upload to Pypi) is not done. 👎...
> For modular/mojo/max, the dependency was removed, at least in the last few weeks of nightlies, and the next stable will also have the dependency removed. Ok. But that doesn't...
I sent the CLA as png and force-pushed with signoff.