Adrian Woźniak

Results 12 comments of 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 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) ![Screenshot_20220614-182340_Firefox.jpg](https://user-images.githubusercontent.com/970831/173627876-8db347c6-7c56-48ce-b483-bf879ec9506f.jpg)

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...