Arthur
Arthur
Converting it to markdown would allow to read it easier in github while still having all the benefits of text file (being able to read in any text editor). I...
Tutorial for version 0.74 (latest) is totally outdated. E.g. it states >Add conrod = { version = "0.55.0", features = ["glium", "winit"] } to the [dependencies] section. [Conrod crate](https://crates.io/crates/conrod) is...
When trying to run minimal application on linux, exception is thrown ```System.DllNotFoundException: Failed to find library "libleptonica-1.78.0.so" for platform x64``` So native dependencies aren't included for any platforms other than...
When trying to run it, you get the following error: ```Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Failed to find library "libleptonica-1.80.0.so"...
**Is your feature request related to a problem? Please describe.** When you press Ctrl-C in terminal running podman-compose, your containers are still left running. In contrast, docker-compose intercepts the SIGINT...
Adding a link to Nuget package would save users some typing (to check that it's indeed on Nuget).
When using `RPlotExporter` for MemoryDiagnoser benchmark there are no plots generated to compare the memory usage, only execution time. Even though the necessary data is included in `-measurements.csv` file