Matthias Blümel

Results 36 comments of Matthias Blümel

I startet at https://github.com/Blaimi/key-mapper/tree/83_rpm-package :)

As long as you don't depend on newer versions of the python-libraries as they are in the repositories there should not be a problem. Since fedora has a faster release...

oh, sorry. it was this one: https://github.com/sezanzeb/key-mapper/pull/82#issuecomment-816592203. That's the difference between `3.0 (native)` and `3.0 (quilt)` in the file `debian/source/format`. Of course you can. The benefits of salsa it that...

the format `quilt` got its name from the [software with the same name](https://savannah.nongnu.org/projects/quilt). It means that a maintainer can manipulate the projects source-code with patch-files saved inside the `debian`-directory. The...

I've not done much on that :/. My level of suffering is not very high since my primary device runs ubuntu and I'm usually working without mouse on my fedora-laptop....

`luaotfload` has a experimental feature for this since 3.12 but it does not seem to be implemented in fontspec.

Yeah, found a solution :partying_face: ```latex \directlua {luaotfload.add_fallback ("myfallback", { "DejaVuSans:mode=harf;script=grek;color=FF0000;", } ) } \newfontfamily\Sen[AutoFakeSlant,NFSSFamily=Sen,RawFeature={fallback=myfallback}]{Sen} \renewcommand{\sfdefault}{Sen} ``` See the documentation of the `luaotfload`-package for more options. You can even provide...

using the [Drag-n-drop component](https://github.com/abramenal/cypress-file-upload#drag-n-drop-component) works for me as a workaround.

My investigation so far because the drag-n-drop workaround doesn't work on chrome or electron: * chrome/electron doesn't like the `dragstart`-event, it is also in reallife never fired and it shouldn't...