Gregor
Gregor
@cla-bot check
> > On some level I don't know how people code (cope?) without it: > > This functionality can be composed from syntax aware selection, copy and paste: That's true!...
Same issue on Model: OLED65C8LLA Software: 05.50.10 WebOS: 4.4.2-10 (goldilocks-gorongosa)
Nevermind, you're doing this for free, so I can't really demand anything, thanks for the respone and the effort! :+1:
Heya @drzraf, I'm sorry my memory does not serve me with exact details (and I wish I had documented it within the commit message), but I suppose the data was...
Fair! I did see the banner but thought I’d risk asking anyway. I’ll close it for now then.
I think that would be unwise, the rules of `useEffectEvent` are that it's only to be called from effects and not passed to child components. `useCallback` does not have that...
Yeah that maps closer to my conceptualization of it as well. I think the React team's lingo might diverge here from ours though. I would be curious to read a...
I'd love to see some [Rust cookbook ](https://rust-lang-nursery.github.io/rust-cookbook/) or [MDN Learn](https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_forms_through_JavaScript) style docs for the SDK. Currently attempting to use it for a simple prototype which lists rooms, their messages...
[VSCode's Clipboard API](https://code.visualstudio.com/api/references/vscode-api#Clipboard) only allows reading/writing text to it, so I'd have to encode the richness myself here. E.g. put ```json { "__TOFU_SPECIAL_KEY": "PRESENT", "type": "buffered_unwrap", "content": { "pre": "",...