Artur Sinila

Results 43 comments of Artur Sinila

OS: Arch Linux x86_64 Compiler: Clang 9.x.x (Arch is rolling-release, so I'm not sure what exact version of Clang I used in February) CFLAGS from my /etc/makepkg.conf: `CFLAGS="-std=c11 -march=native -ffast-math...

@xtknight hey, are you still busy? It's such a small patch that it won't take much of your time to merge.

Having exactly the same issue. https://github.com/project-serum/anchor/issues/1294#issuecomment-1010496978 doesn't work.

@a1ien why? I mean introduce a trait `AsStr` ```rust pub trait AsStr { fn as_str(&self) -> &'static str; } ``` `#[derive(AsStr)]` would generate code like this: ```rust impl AsStr for...

@Niondir, you are a hero! I'm struggling with my university project involving FreeRTOS, it's the matter of principle for me now to finish it in Rust. I spent so much...

@Niondir, unfortunately, when I tried to compile your crate for **AVR** target, I've got **LLVM** error, something about `"invalid bitcast"`, `FnOnce` and `*i8`. **AVR** support for Rust is highly experimental...

More than a year passed... Please merge this finally

@martinrotter I've been using Sway (tiling window manager) & NeoVIM only for a couple of months. Despite that, I already feel big productivity boost coming from them. The main advantage...

@klensy sorry, I forgot `!` before the second snippet. Now it should do the same thing perhaps? And the first example wants not one separator, but exactly one part of...

@vsvipul are there any big technical challenges about enabling cache restore from **base** branch, not only **default**? At my workplace we use `release/...` branches and merge PRs into them instead...