Ruslan Musaev

Results 5 comments of Ruslan Musaev

Learning Rust i've tried to compile such piece of code ```rust fn main() { let arr = vec![-1, 0, 2]; let s = arr.iter().filter(|x| x.is_positive()).sum(); println!("{}", s); } ``` and...

@vidorteg Can it be approved please?

@djettah hey, do you remember, how to make it run in non-GUI mode?

if it helps: on macos it started unarchiving after opening .z01 file, not on .zip one.

@ononotofu @lpoulter1 The problem is in Ts Server not updating types. You have to manually restart TS Server by restarting VS Code. https://github.com/t3-oss/create-t3-app/issues/1224 https://github.com/prisma/prisma/discussions/3474 https://github.com/prisma/prisma/issues/14722