Moja
Moja
@prietales you dont need to force others to do things the way you like them. you need to realize that people can have opinions and style different from yours.
> All juniors together now. > > children adore their guru and shitty code. yeah, while you act like a guru and force others to conform. the irony is real...
@prietales > I am not a guru nor do I want to be. I expose the reality that anyone who is not a junior can see a simple view. If...
i did not come here to argue and have my mind molded into an average person on twitter, so bye everybody, im gonna unsub from this thread. @Ae3NerdGod have a...
how about > `mut ident` means you can create mutable references to `ident` that can last as long as `ident`, which you cannot do with immutable bindings. > You can...
sorry, but some of them require only "full" (like `syn::Pat`), and others "extra-traits" (like `syn::Type: Debug`). so unfortunately, they can't be removed.
lmao good one!
i think you meant `n1.fract()` and `n1.trunc()` instead of `self.fract(n1)` and `self.trunc(n1)`. however, i'm new to this project, so i may be wrong
@nbaksalyar parhaps all you need to do is copy and paste https://gist.github.com/pro465/a33a080d82d2ea28725a5956abb57871 it should be noted that i basically copied and pasted https://github.com/actions-rs/example/blob/master/.github/workflows/cross_compile.yml with some changes to make it cross-test...
oh that's unfortunate :(