Matthias Braun
Matthias Braun
Hi and thanks a lot for feh! I can see that feh works great on Wayland (specifically Sway). I assume it uses XWayland for compatibility. I was wondering if there...
### Overview 1. uTox version: 0.17.1 2. Operating system: Arch Linux 3. Desktop Environment/Window Manager (Linux/BSD only): Sway ### Issue Hi and thanks a lot for µTox! It runs fine...
Here's a small usage example that I would loved to see available when I started using wayvnc.
Hi! I was wondering if there are plans to support the creation of the `docker-compose.yml` file using sbt-docker-compose? This feature could work similarly to the way `sbt-docker` creates Dockerfiles from...
Hi! I'd like to offer my help for adding instructions to scala-js.org on how to debug Scala.js code in the browser using source maps. I've seen there are [plans](https://www.scala-js.org/doc/planning.html) to...
Hi! When trying to unmount a Btrfs partition with `umount /run/media/mb/*`, I get this error: Error finding object for block device 0:56 As documented in this [question and answer](https://unix.stackexchange.com/questions/680902/btrfs-automounted-and-mounted-via-gnome-disks-error-finding-object-for-block) this...
Hi, I'd like to use the CSS parser in my project which I build with Gradle. I've tried to add this repository in my build.gradle using ``` maven { url...
Hi! I was wondering if it's possible to access the name of an appointment in the notification for it. My goal is to notify myself of flagged appointments a couple...
Hi and thanks for rmlint! I was surprised by the behavior of this command: rmlint --progress -c sh:link --replay rmlint.json . I expected that rmlint would reuse the existing rmlint.json...
Hi! I'd like to get the [revision info](https://wiki.apache.org/couchdb/HTTP_Document_API#Accessing_Previous_Revisions) of a particular document in my database. This is what I came up with till now: def getRevInfo(id: String) = { val...