Andrii Gubanov
Andrii Gubanov
Subj
Unfortunately the plugin stopped working with the latest version of babel AST tooling. More specifically, it creates a variable declaration in a wrong place where the AST becomes invalid. Builds...
In most of cases the plugin is used for `exists` feature but component switch is used really rare. Please make 2 plugins: one for component switch (`Base` component itself) and...
To reproduce, 1. Open the example: https://codepen.io/finom/pen/QBBzgG 2. Scroll to bottom. 3. Press Ctrl + V (or CMD + V). This problem doesn't allow to use the editor for lots...
Is there a way to create an inline worker using this library?
As a JS developer I’d like to use this project at my personal open sourced library. But unfortunately I don’t speak Python and have no idea how to use and...
Hello! I work on a similar library https://github.com/finom/next-wednesday and mentioned your solution in the README. Would be nice if you could also mention next-wednesday as an alternative project. Let me...
I'm very impressed of the work made by **web-llm** team and really wanted to try to integrate it into an existing project. Unfortunately current models that capable to do something...
Sorry, but it's unclear at the documentation how to make it simulate token streaming. Can you please provide an example on how to do that?
This is the screenshot from the header. `aria-current="true"` attribute is constant even though I'm on another page. _meta.json: ```json ... "getting_started_link": { "title": "Getting Started", "href": "/getting-started", "type": "page", "newWindow":...