Muspi Merol
Muspi Merol
### Describe the problem Some module is large, but not compatible with SSR. So I can only import it dynamically in an `onMount` or `if (browser)` block. But I still...
Use `solid-markdown` to parse and render markdown without frequently updating DOM - Closes #68 ## Sourcery 的总结 用 `solid-markdown` 替换现有的 markdown 渲染方法,以支持部分 markdown 渲染,并通过最小化 DOM 更新来提高性能。重构代码以使用带有 `remark` 和 `rehype` 插件的...
This time let's try loading pyodide in a web worker (or even a shared worker)! - This issue is awaiting #68.
Use [MarkdownIt.parse](https://markdown-it.github.io/markdown-it/#MarkdownIt.parse) to implement this.
## Background [Pyodide](https://github.com/pyodide/pyodide) is a wasm build of CPython, which support loading 3rd-party packages with pure-python wheels or [emscripten wheels](https://pyodide.org/en/stable/development/meta-yaml.html). Some packages I want to use in pyodide depends on...
### Confirm this is a feature request for the Python library and not the underlying OpenAI API. - [X] This is a feature request for the Python library ### Describe...
Awesome Contribution Checklist: - [x] I have read, and re-read the [Contributing Guidelines](https://github.com/rollup/awesome/blob/master/.github/CONTRIBUTING.md) - [x] I have searched to ensure the suggested item doesn't exist on this list - [x]...
I read the code and fail to find a decorator factory like `@server.*` on the `session` objects. So what's the best practice to implement the 'sampling' protocol for my Python...
This commit removed `.pyc` files, which are typically excluded from the git repository and listed in `.gitignore`.