Yuichiro Tachibana (Tsuchiya)

Results 387 comments of Yuichiro Tachibana (Tsuchiya)

https://github.com/electron/electron/issues/43556

@trivikramak Hi, Sorry but we came to think this task had a lower priority because Gradio's major use cases are machine learning apps but most ML libraries are still not...

For those who look for something like it, plz check out https://github.com/LukeAFullard/script2stlite and the discussion https://github.com/whitphx/stlite/discussions/1523

Thanks, it must be helpful!

I don't know about Basler cameras, but what I can say technically are: * If the camera streams the video and it's accessible via a URL, you can pass the...

* I think you should walk through the tutorial in the [README](https://github.com/whitphx/streamlit-webrtc/blob/main/README.md) * In the first place, looks like you can use Streamlit's [`st.camera_input()`](https://docs.streamlit.io/develop/api-reference/widgets/st.camera_input) for that purpose where you want...

Thanks, Could you provide examples?

I found one example: In a document in `json` language with the following content, `"foo": "bar"` can't be indented. ```json { "foo": "bar" } ```

Looks like it's a bug(?) of VSCode's `editor.action.reindentselectedlines` command that this extension's `tabToTabStop` internally [calls](https://github.com/whitphx/vscode-emacs-mcx/blob/eb006c8166c062e676e8da9596ecbd21586e5177/src/commands/tab.ts#L27).

https://github.com/microsoft/vscode/issues/255500