Paul Götze
Paul Götze
Are there deeper thoughts behind using singular names for the Weka modules as `Weka::Filter`, `Weka::Clusterer` and `Weka::Classifier` instead of the plural names used in the original weka library `Weka::Filters`, `Weka::Clusterers`...
When I tried to install the gem I noticed that it uses `wget` to download some files. Since I haven't installed wget, it took me a short time to figure...
The current Gemfile defines an RSpec version of `>2.9.0`. The problem is that this also means you can install versions >= 3.0 and the `--default_path` alias for the `--default-path` option...
In order to make projects that are written in multiple different languages (I figure this is quite some, if not most, actually) available for multiple language tags in the search,...
Resizing crashes the app (on Mac) and renders black areas (on Linux). I want to see an adapted screen if I resize my terminal.
The current implementation prioritizes a `force_build` option from a NIF project "project_a" (as used in the [example project](https://github.com/philss/rustler_precompilation_example/blob/main/lib/rustler_precompilation_example/native.ex#L9)) over the `config :rustler_precompiled, :force_build, project_a: true` config defined in "project_b" (which...