Asger Hautop Drewsen

Results 136 comments of Asger Hautop Drewsen

@nanoqsh I don't know if this issue refers to `StreamExt` or `ConcurrentStream`, but I think it would make sense to add more functions to `ConcurrentStream`, which take an async function...

I have just updated my Arch Linux system today and my udev rule triggers autorandr fine.

@wheybags Any chance of getting this merged?

Your `ALPHA` is wrong. Your suffix tree can only store a-z, not `#` and `$`.

Issues with your code: - `ALPHA` should be 28 - You have changed `LCS` to use `$` and `#` instead of `{` (`'z' + 1`) and `|` (`'z' + 2`)...

> why was this PR closed? Because it got superseeded by #497

> Would you submit a PR? I'm going on vacation so it might be a while, but after that sure. Do you think it is ok to make `-addUnauthenticatedBlob` require...

By looking at `meta/platforms.json` for each tag in NDK repo (https://android.googlesource.com/platform/ndk/), I have generated the following data: ```json { "17": [16, 28], "19": [16, 28], "20": [16, 29], "21": [16,...

The README has the following line: ``` implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.3") ``` which doesn't work. Could you update the README?

If this is not added I think the whole `sudo pacman -S --needed base-devel` line should be removed.