Felix

Results 28 comments of Felix

In my Gnome wayland, I can't scroll cursor mutiple line by the mouse wheel. It only scroll cusor one line at a time.

@Luflosi after setting `touch_scroll_multiplier 5.0` in Gnome Wayland, the problem of scrolling cursor mutiple line by the mouse wheel is solved. but I wonder that the configuration parameter said that...

> But does this happen always for this snippet > > ```scala > val r=Iterator.from(20).takeWhile(_ val r=Iterator.from(20).takeWhile(_ ``` > > or just often but not 100% deterministically? the above screenshot...

``` ./scala-cli repl -S 3.1.3 --jvm system -O -deprecation ``` use scala-cli, after evaluating several sample code, the same error still occured. @prolativ detailed output, exactly copied from terminal, error...

> Use a more recent version like 2022.07. > > Here's how I make rakudo packages for gentoo linux. > > ``` > env RAKUDO_RERESOLVE_DEPENDENCIES=0 \ > /usr/share/perl6/core/tools/install-dist.raku --to="${D}/usr/share/perl6/vendor" --for=vendor...

Update: oh, sorry to mention and interrupt you, I find the file `install-dist.raku` [there](https://github.com/rakudo/rakudo/blob/master/tools/install-dist.raku).

I would like to make Criterion into Fedora repository, but it seems that some dependencies need to be packaged first, like nanopb and BoxFort.

@mwestphal The f3d package on Fedora was approved.[1] Before commiting files and building package, I wonder how to do the tests of `ctest` when building, although the tests are not...

Well, `xvfb-run -a bash -c "%ctest"` in .spec file expands to `xvfb-run -a bash -c ' /usr/bin/ctest --test-dir redhat-linux-build --output-on-failure --force-new-ctest-process -j2 '` Here is the the result of failing...