Adrian Woźniak
Adrian Woźniak
Tested source main.rs ```rust mod foo; mod bar; pub fn a() { let main_a = 1; let main_b = 2; let main_c = 3; } fn main() { a(); foo::a();...
`mouse_click` rewritten in way it consume unwanted section and move line_cursor This significantly reduces indentation and improves code clarity. Also I added panics in case we are not where we...
Please pick it up. My daughter born way before schedule and I'm currently unable to finish it.
Hi, I'll be making new release plus I'll be working on deploying aur via CI.
Hi, I checked what must be fixed. Please change following points: * `stable` rust doesn't work for this project, please change to `export RUSTUP_TOOLCHAIN=nightly` * GUI applications are split to...
You must likely needs to change boot flags for AMD cards. Default does not allow changing card settings via sysfs. From archlinux Wiki: It is required to unlock access to...
Personally I would prefer something similar to Clion (play button or shortcut) 
Hi, please check after latest updates
Hi, I upgraded dependencies for entire project. Please check if anything changed. Major change: * now there's only one GUI client called `agc`. The reason behind this is I don't...
Please describe