William
William
One thing to consider is that avoiding `Cow` may help with supporting `no_std` - not sure if that is a goal of the channels part of crossbeam.
Yes I did, thank you :D I would have no problem with `try_send_cloned` if it weren't for the fact that it's not exactly something you look at and can infer...
> Is there any reason why this is not a method that takes a closure as an argument (something like try_send_with)? Interesting idea - I will actually make a separate...
Emits this on i686-unknown-linux-gnu ```rust pub type CCallResult_func_t < P > = :: std :: option :: Option < unsafe extern "C" fn (arg1 : * mut P , arg2...
Building on Win32 using Haswell Intel Core i7 4790K
oh, my apologies. I think I copied that code from the documentation though, or another similar issue.
Has been happening constantly for maybe 2 weeks now? I even get it on other machines in every crate I work on.
These errors happen with all sorts of crates, not just chalk. #12843 #10084 #12046 Notably it happens even without changing Cargo.toml, and persists after restarting the extension host.
`hard_tabs` and `tab_spaces` could be read from rustfmt.toml
I tried using `event.preventDefault()`, `event.stopPropagation()` and `event.stopImmediatePropagation()` in `onClick` to try and fix this originally, but none of these worked.