Michał Kruczek
Michał Kruczek
Bug/Help # Problem description Hello! When I add Scrolls via scrollable() method on BufferView from logs example my view behave strangly. With ScrollView I get only single line when previosly...
Hello ! I am huge fun of your project. It will be very nice to see RPM packages for redhat base system and also opensuse.
So this builder is basically broken. When adding ExcludedAssemblies via method ExcludeAssemblies() the DefaultMetadataReferenceManager will not receive those elements, because it was added to services (via services.TryAddSingleton();) before finishing setting...
Hello! I noticed very strange bug.  My code: ``` let log_path = "your_log_file_path.log"; let file = OpenOptions::new() .create(true) .write(true) .truncate(true) .open(log_path) .unwrap(); let file_decorator = slog_term::PlainDecorator::new(file); let file_drain =...
I was trying to find an issue with bacon unable to detect any changes (always display pass), but cargo check works just fine. I was trying GH and cargo version,...
I am unable to scan with NAPS2 and Windows Scan. Windows version 1803 Error from NAPS2: > NAPS2.Scan.Exceptions.ScanDriverUnknownException: An error occurred with the scanning driver. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT:...
I am trying to test WOZ on WSL but I am keep getting an error. I am using Pengwin. > Using project path /mnt/d/Projects/Rust/test-yew Using config path /mnt/d/Projects/Rust/test-yew/woz.toml Using home...
Hello I am trying to translate my C code into rust. I am using your crate to get bitfields support. When I do sth like this: ``` #[derive(Debug, PartialEq, Eq,...
Hello! Firstly, I do not want to put pressure on the author. I am planning to use this lib in my rather big academic project. I just want to know...
I found an error I guess, there is problem with executing command on bash.exe. If yiu use only bash.exe -c "java %*" it will give you an error: /bin/bash command...