pbtsrc
pbtsrc
The collections.deque from CPython makes it very easy to implement a fast moving average for real-time data (for example, for averaging data from some sensor): ```python deq = collections.deque(window_size) while...
Another example. text= ```html 1-London, Paris ``` translate_text returns: ```html 1-London, Paris ``` Same result with tag_handling='html' and tag_handling='xml'
No, I did not use preserve_formatting. I tried to add this parameter, but it did not change anything.
For anyone who faced a similar issue in Linux. Environment variable WEBKIT_DISABLE_DMABUF_RENDERER=1 solves the problem. https://github.com/eclipse-platform/eclipse.platform.swt/issues/843#issuecomment-1802088166
Faced the same with amnezia-awg
> [@pbtsrc](https://github.com/pbtsrc) you can ctrl+scroll wheel to change the font size in the chat component Unfortunately, this doesn't work. Linux, X11, KDE, Eclipse 2025-03 See [/eclipse-platform/eclipse.platform.swt/#585](https://github.com/eclipse-platform/eclipse.platform.swt/issues/585)