Yuichiro Tachibana (Tsuchiya)

Results 342 comments of Yuichiro Tachibana (Tsuchiya)

[Pyodide introduced `enableRunUntilComplete` in 0.26.1](https://pyodide.org/en/latest/project/changelog.html#runtime-ffi). I think it can work like `asyncio.run`. Will test it soon. https://x.com/whitphx/status/1805872541749461145 UPDATE: it's not usable atm: https://x.com/whitphx/status/1805891034641285175 Plz ignore this.

Unfortunately data persistence is not supported now. Let us mark this issue as a feature request and track the progress here.

Support different file systems on emscripten: https://emscripten.org/docs/api_reference/Filesystem-API.html#persistent-data

@OmarSa90 Can you provide the details about your use case? For example, which deployment option/environment are you using? i.e. [stlite sharing](https://edit.share.stlite.net/), [desktop app bundler (`@stlite/sharing`)](https://www.npmjs.com/package/@stlite/desktop), or [self-hosting](https://github.com/whitphx/stlite?tab=readme-ov-file#use-stlite-on-your-web-page) using `@stlite/mountable` And,...

Thanks! Sorry it's confusing but this feature is not available. I wanted to know if such API design would work in your use case before I actually start developing it....

Yes, I'm trying to develop something to do it. > i chose stlite since its too easy to build forms using streamlit, thus i would love to see how it...

I see. I think [IDBFS](https://github.com/whitphx/stlite/blob/main/packages/desktop/README.md#file-persistence-with-indexeddb-backend) works for your purpose. It's available with the latest ver. of stlite. If you want to sync files to the host OS, [NODEFS](https://github.com/whitphx/stlite/blob/main/packages/desktop/README.md#local-file-access) is also...

> 1. No, multi-cursor is VSCode's feature, but not an Emacs feature to emulate, so this extension does not set its keybindings. > 2. Not sure, but it should work...

Hi, let me share https://github.com/whitphx/slidev-addon-fancy-arrow , an arrow component I recently created for my use cases similar to yours. It's different from what's proposed here (snapped to an element but...