Raymond Dresens
Results
2
issues of
Raymond Dresens
Hello, I managed to install `Gnome::Gtk3` on my system, albeit with the `--force-test` option. I got the following two errors: ``` ===> Testing: Gnome::Glib:ver [Gnome::Glib] Cannot locate symbol 'g_prefix_error_literal' in...
Hello, I've ran into the following issue: consider the following program (which purposefully contains an error on line 11): ``` #!/usr/bin/env raku use v6.d; my $string = "abc"; # line...