Yuichiro Tachibana (Tsuchiya)
Yuichiro Tachibana (Tsuchiya)
Looks like it's a bug on the upstream codebase. Created an issue there: https://github.com/streamlit/streamlit/issues/7879
Hi, I found a workaround like below. I'm using it now and it works. (written in TypeScript with Promise-style) ```typescript import { EventEmitter } from 'events' import kurento, { ClientInstance...
KMS7 (bionic-gstreamer), PlayerEndpoint consuing RTSP stream + WebRTCEndpoint: Bad video appearances
Thank you for the suggestion, but though I tried 10, 100, and 10000 for `networdCache` option, none of them worked. What do you think about trying to use `uridecodebin3` with...
KMS7 (bionic-gstreamer), PlayerEndpoint consuing RTSP stream + WebRTCEndpoint: Bad video appearances
I tried it and it seemed to work. I will create a PR as a next starting point for discussion. EDIT: The PR introducing `uridecodebin3` fixes the problem and properly...
The `emacs-mcx.emacsLikeTab` setting is introduced since 0.51.0, and `Tab` and `C-i` work like Emacs' one when it's set as `true`: https://github.com/whitphx/vscode-emacs-mcx#emacs-mcxemacsliketab Please open an issue if its behavior is not...
Fixed with 0.51.2 👍
Sorry I totally misunderstood what you wrote. Will take it, thanks!
@youyuanwu How about adding the following snippet to your `keybindings.json`? See https://code.visualstudio.com/docs/getstarted/keybindings#_removing-a-specific-key-binding-rule ```json { "key": "ctrl+left", "command": "-emacs-mcx.backwardWord", "when": "editorTextFocus" }, { "key": "ctrl+right", "command": "-emacs-mcx.forwardWord", "when": "editorTextFocus" }, ```...
@youyuanwu Hi, thank you for the info. > Would do accept some other replacement binding for those 2 commands? Yes, and your suggestion makes sense. --- FYI, on my Mac...
@youyuanwu Would you like to work on it and create the PR? If not, I can do it too.