i11010520
i11010520
> Hi! What platforms do you need to support? For native windows/mac/linux, [artboard](https://lib.rs/crates/arboard) might be what you're looking for. For wasm, I don't know. I haven't done any of this...
> Searching for clipboard+wasm, I found `yew-hooks` – not what you need, but it has a [`use_clipboard`](https://github.com/jetli/yew-hooks/blob/11387ce9a9c8ab27e07b98315309de8c3a55dd7a/crates/yew-hooks/src/hooks/use_clipboard.rs#L126) hook, which we can use as reference. > > They use [`wasm_bindgen`](https://rustwasm.github.io/docs/wasm-bindgen/) to...
> Welp, apparently there's an easier way > > > `let clipboard = window()?.navigator().clipboard()?;` > > https://docs.rs/web-sys/latest/web_sys/struct.Clipboard.html As the `yew-hooks`' inline comment said: ``` //! ClipboardEvent in web-sys is unstable...
Truly appreciate your timely fix! @TheBrenny Is it possible to make it come into effect immediately in VSCode by nightly publishing?
Got it. @TheBrenny Thx very much!
> I believe the error you're seeing may not be related to wasm or `bson`, but instead that you need to enable the `v4` feature flag for your dependency on...
When will this issue will be resolved? It's been so long...
still exist
It seems still not work now. I use `zig 0.14.0`, `zls 0.14.0` with `nixvim`(actually is `neovim`) on macos. [build.zig.zon]: ``` .dependencies = .{ .pg = .{ .url = "git+https://github.com/karlseguin/pg.zig?ref=master#693388ca7c29278ad6a5d1b27bd007be32ec2bc2", .hash...
Dear @folke looking forward to attention