Maksim Kachurin
Maksim Kachurin
OMG, I have no idea how I will migrate my codebase but I LOVE IT
@GianlucaGuarini How should we pass attributes to the child component? Will this work: ``` ``` And the obvious difference with this: ``` ``` Also, I have a question about events....
I've got the same problem after updating from v2 to v3.11.0. It appears exactly 1 hour after the Node.js server starts.
@james-pre Thank you for fast answer! I did this: ``` import '@common_src/polyfills/buffer'; import { Fetch, mount, resolveMountConfig, umount } from '@zenfs/core'; const mounted = new Map(); export const unmountBrowserFS =...
@suhasdeshpande Cool, I’ll make the next changes, but maybe not within the textarea component. I think it would be better to create a simpler "contenteditable" basic component and separate the...
@hanneskuettner Ok man, I'm doing the same with composition but running into some trouble with [running it on localhost](https://github.com/storybookjs/storybook/issues/18405). My plan for now is to split the storybooks for React...
> That I got working :) Please tell me what you did. I think I’ve tried everything.
Ok, it was a quest for me to run Storybook. The exist integration became broken, so I just took control over it, and now I'm a contributor to solid-storybook LOL....
Same I have code like: ``` const args = { id: response.id, changes, }; const toolCallId = uuidv4(); // Start tool call observer.next({ type: EventType.TOOL_CALL_START, toolCallId, toolCallName: 'patchApproval', // parentMessageId:...
I discussed it [in this PR](https://github.com/CopilotKit/CopilotKit/pull/1794). I think it makes sense to have an easy and documented way to open HoveringToolbar from anywhere, not just bound to react-textarea and Slate...