nasso
nasso
Please provide the error logs!
Which version were you using? Is your computer 64 bits or 32 bits?
Is there any log file? If so please do send them
Any FFmpeg log file?
having the same issue here... i found this though, i think this is related: https://github.com/carbon-design-system/carbon/pull/8099 the context menu stays open if i use ctrl+click to open it though (which seems...
> By using this implementation it forces structs like `char` to consider everything valid because we can't control what JS gives Rust. How does that usually work across the FFI?...
One of the original motivations behind supporting `repr(transparent)` was just to provide a safer API on the JS/TS side (instead of manipulating the wrapped type directly). This could be achieved...
To me that only seems fair if `From` was already required when targeting platforms other than the Web I don't know if forcing the user to write anything more than...
For the record, libgit2 2.0 is right around the corner, and it "fixes" `git_reference_cmp` to compare the references themselves instead of just their type + target! See: https://github.com/libgit2/libgit2/pull/6346
sure, as separate commits or separate pull requests?