lolbinarycat

Results 184 comments of lolbinarycat

there's another workaround i've found: surround it in parenthesies: `default_value_t = ("foo".to_string())`. unfortunately rustc deems these "unnecessary" and will output a warning about it.

further question: why does nur need to be an override? why can't it just exist as a separate channel?

@Mic92 that should be in the documentation somewhere. currently users could easily think that making nur an override is required for it to function.

@Mic92 1. adding an override is actually required 2. see my pull request

just want to mention two existing commands that fetch package sources: cargo fetch and cargo vendor. adding a flag to cargo fetch that would allow fetching an individual package and...

i'm also getting this. workaround: ``` $ cd $(cargo crev repo dir) $ git branch -m main master ```

workaround is to run `cargo build` beforehand

it's worth noting that it's still possible to store an existential type in a struct, you just have to use generics. https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=14efb150f6451cab7fcf59deeccf318c also, are we fully sure this transformation is...

apperently the CI uses a different lua version than minetest 5.7 since it lacks table.move. not sure what to make of that

all this code review is nice, but what would really be helpful is for someone benchmark this to see if the speedup is worth me fixing everything up. or if...