Ilka Schulz

Results 30 issues of Ilka Schulz

Can we please have Rust bindings for the project to call the library from Rust code? Maybe this project can help to generate bindings? https://github.com/Taaitaaiger/jlrs

### Qubes OS release - introduced in R4.1.0 beta1 ### Brief summary After locking the screen (`xflock4` in dom0), other lock triggers cause this error message to show up after...

T: bug
C: desktop-linux-xfce4
P: default
needs diagnosis

There is a tag named `v1.0.0` and there is also a branch named `v1.0.0`. I have a feeling this is not intended ;)

When reading the README on github.com then some emojis are not displayed correctly but some text is displayed instead. I assume Github has changed their emoji definitions... affected emojis: -...

As this library does not guarantee thread-safety unless the called function `function` is itself thread-safe, please consider adding a disclaimer. I saw your disclaimer > DISCLAIMER - This implementation uses...

Is there a Rust implementation of this library?

`make all` makes gcc warn: ```text ecc/d_param.c: In function ‘d_out_str’: ecc/d_param.c:89:22: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 3 [-Wformat-overflow=] 89 | sprintf(s,...

The `INSTALL` doc says to run `./configure` but of course that file does not exist. Running `autotools` throws this error: ```text $ aclocal pbc/parser.y:20.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define...

The `simple.make` Makefile is incomplete and does not build `pbc/lex.yy.c` and `pbc/parser.tab.{h,o}` by default. The following works, howerver. ```sh make -f simple.make pbc/lex.yy.c make -f simple.make pbc/parser.tab.{h,o} make -f simple.make...

`alocal` warns: ```text aclocal: warning: couldn't open directory 'm4': No such file or directory ```