ifsheldon
ifsheldon
@arogozhnikov Hi! Can you take a look at this PR? Thanks!
Unwrap todo seems great. I remember when I first learned Rust, I only knew `panic!`, but then I found `todo!` and `unreachable!`. They are not life changing, honestly, but I...
Now that Rust 1.85 and Edition 2024 have been released with async closures stabilized. I think it's time to revisit this.
Also see the latest [Blitz 0.1](https://blitz-website.fly.dev)!
@notpeter OK, I think to ban or block some one should be serious. It should only be applied to someone who really seriously violates CoC. Blocking/banning should be a dangerous...
@pramodhrachuri It was kind of easy for me. Just build a forked Go from Cloudflare with official riscv Go and then use that Go to build cloudflared. I was using...
Can you explain more on why my code marked `#1` breaks the global data access rule? Is it because I used `*=` instead of `+=`? I remember the rule only...
> it's likely that this is a bug due to a combination of recursive structures and control flows I think it is not the combination that caused the issue, but...
OK, so should I wait for the bugfix? Or, is `dx build` pretty much the same in this case so that I can just use `dx build` instead? If you...
@seanpray Thanks! I think these settings are for configuring the underlying "engine". What I meant is whether I can use multiple threads myself to submit multiple tensor operations without being...