mfunk
mfunk
Hi, thank you for you bug report. I can reproduce the problems exactly as you describe them. I looked a bit into Problem A and identified commit https://github.com/VROOM-Project/vroom/commit/575d3892ffc62de4559f1af71614331fbd8a3c4d as the...
Fwiw, I managed to reproduce problem A with a somewhat smaller instance: [46_jobs.txt](https://github.com/VROOM-Project/vroom/files/8049877/46_jobs.txt)
That should fix the first of the issues that valgrind showed, `pushVal` still uses `operator=` on potentially uninitialized memory though.
Is this about the parser written in C++ or the self hosting parser?
That's why I was asking. The comments in the self hosted version indicate that these cases were explicitily handled.
I believe I encountered the same problem and added ``--add-opens java.base/java.lang=ALL-UNNAMED`` to the jvm options as a workaround
 I was able to reproduce it using lcdfilter. Top is lcdfilter = lcdnone Bottom is lcdfilter = lcddefault > Is it possible to specify antialias settings in lemonbar's -f?...
I will look into how urxvt handles that
Well #12 fixes this. I would really like to integrate it and the ucs branch into the main branch, however I am not using lemombar anymore and did not invest...
I dont really want to diverge further from LemonBoy's master branch, the ucs4 branch introduces a lot of new incompatibilites that will make it harder to merge changes from upstream....