Yann Büchau

Results 59 comments of Yann Büchau

Hey Benoît, Sorry for the response delay. Currently, I have it implemented like this: ```cpp // callback function bool callbackFunc(JsonVariantConst request, JsonVariant response) { // on success response["result"] = //...

`modules/oniguruma` is a git submodule. So when cloning the repository, `git clone --recursive https://github.com/stedolan/jq` is necessary to get that as well. Building then works after running `autoreconf -fi` in that...

A 'weird `__hidden` branch' is not ideal (nobody likes software messing around in one's repository). Nor is 'centrally tracking where each immature git commit was spawned' (repositories can move...). The...

In 31c1bde I introduced the `git config` sections `opentimestamps.flags` (flags for the `ots-git-gpg-wrapper`) and `opentimestamps.debug` (for showing debug output in `ots-git-gpg-wrapper.sh`). This enables setting `git config opentimestamps.flags '--no-bitcoin'` for example...

I noticed that `git -C ...` seems to make problems as it adds a `-C\n` between `gpgsig` and `-----BEGIN PGP SIGNATURE-----`, which breaks git's `--show-signature`... Probably we do indeed need...

Also happens for me on Manjaro XFCE with X, not Wayland.

No problem here with current Inkscape 1.1

I you remove the background `rect` with Inkscape manually, it results in the same SVG file as not creating the background in the first place.

@lemniscati I changed the Merge Request to introduce an option `--svg-no-background`. It is probably better this way as my original proposal might break backwards compatibility.

> Do you know which algorithm is used to make the detection of moving as opposed to deleting and adding. I browsed through [the `git diff` source code](https://github.com/git/git/search?q=color_moved) and quickly...