Lukas Werling

Results 18 issues of Lukas Werling

In GNU parallel, the token `{2}` means "argument from second input list", whereas here it means "argument from second job". As far as I can see, there's no way to...

Outside of North America, it should use A4 paper per default instead :) In the code, this decision is justified by referring to TexLive defaults: https://github.com/tectonic-typesetting/tectonic/blob/99a028b70da778b34d740f31740049653dcc1e37/tectonic/dpx-dvipdfmx.c#L402-L407 ...but a default TexLive...

It would be awesome if Mono could be supported as well. I had to fix an image reference and remove OS and .NET restrictions to get a working .plgx file...

enhancement
help wanted

This is useful to point out parts of your drawing directly on remarkable when streaming to a video conference. Demo: https://user-images.githubusercontent.com/516527/104781158-44688e80-5782-11eb-8416-4a6d07bf36dc.mp4 I don't have a RM1, so I couldn't test...

It currently looks something like this when errors occur while running migrations (using mysql): ``` Migration failed: Error 1064: You have an error in your SQL syntax; check the manual...

enhancement

I'm trying to use sga-ssh to connect to a git repository on a custom port. With the environment variables from sga-env.sh, this fails with: ``` fatal: ssh variant 'simple' does...

See #136. Apparently, C++ is stricter with inheritance and constness than I had hoped, sorry! I also confirmed that all plugins build this time :)

vzlogger randomly crashed today: ``` #0 0x0053c2cc in Reading::deleted (this=0xb) at /home/lukas/.cache/yay/vzlogger-git/src/vzlogger/include/Reading.hpp:173 #1 0x0053b648 in add_ch_to_localbuffer (ch=...) at /home/lukas/.cache/yay/vzlogger-git/src/vzlogger/src/local.cpp:87 #2 0x005431ac in reading_thread (arg=0x15b3c80) at /home/lukas/.cache/yay/vzlogger-git/src/vzlogger/src/threads.cpp:140 #3 0xb6ee9f60 in start_thread...

**Describe the bug** I have two screens with different scale factors. When launching flameshot, I see only the contents of my HiDPI monitor scaled up to cover both my monitors....

Bug

### Zig Version 0.11.0-dev.86+b83e4d965 ### Steps to Reproduce and Observed Behavior Example on godbolt: https://godbolt.org/z/v9nGn98Wh ```zig export fn asm_memory(mem: *u8) void { asm volatile ("vmovntdq %%ymm0, %[addr]" : : [addr]...

bug