Valentin

Results 65 issues of Valentin

Please git tag the releases when they are made to crates.io . This makes it easier to look at the source code of a specific version later. For example https://github.com/mooman219/fontdue/commit/c36144652fee3c33f6b763d3171785c5c95816fe...

documentation

Thank you for this addon. I saw that the main multi account container addon now supports proxy settings too https://github.com/mozilla/multi-account-containers/releases . It would be nice to mention this in the...

Dealing with OBS' UI code is annoying. We could instead have a text box settings options in an ini key=value fashion. Advantages: - Simpler code (?) - We can have...

We can try creating an encoder to see that setting all the properties succeeds whenever a setting in the ui is changed.

In `addr.c` in `void DumpInterface(const char *Name)` there is declared line 156 `char path[sizeof(IPSTACK_ROOT)+1+FILENAME_MAX+1] = IPSTACK_ROOT"/";`. This makes path a fixed size char array. In the next line `strcat(path, Name);`...

As far as I can tell the only way to reach a specific board state is to input moves by both players one after another as if playing a real...

enhancement
future

Readme: > `migrate`: Add support for the migration management and migrate! macro, which allow compile-time embedded migrations. `migrate!` macro documentation: > See MigrationSource for details on structure of the ./migrations...

I had the idea the flags instead of being associated constants could be an enum that is repr of the same underlying integer type. Then the full struct can be...

wl-clipboard 2.0.0 from arch linux package wl-paste behaves problematically if the watch command is slow. Terminal 1: `wl-paste --watch bash -c "xargs -I{} echo {};"` Terminal 2: `wl-copy 0; sleep...

enhancement