Dominique Quatravaux

Results 42 comments of Dominique Quatravaux

> To all users: > Would such a link forwarding feature be a huge help? Then please let me know and I'll give it another thought. Count me in. My...

`vc-follow-symlinks` does help, but only in the case where the symlink is the final component of the path. (I.e. `vc-follow-symlinks` seems to behave like `file-chase-links` rather than `file-truename`). Maybe git-gutter+...

I don't know how obvious this is supposed to be, but your project should have a `tsconfig.json` (even one that just contains `{}`). Otherwise the plugin won't work for whatever...

Confirm that I can reproduce the issue in 6.08 and 6.09, but not 6.07 The following patch works for me. (If you are watching this bug, consider applying it in...

Right, but still, there is a lot of Emacs code out there (including inside `flymake.el`) that still calls `file-relative-name` in a way that exhibits this issue. Here is a workaround:...

It seems unlikely that udev is the culprit: I just tried killing it until systemd gave up restarting it, and still ``` bash-4.2# sfdisk -R /dev/sda sfdisk: BLKRRPART: Device or...

So in the case of our farm of bare-metal boxes, I _think_ that the issue was pre-existing LVM volumes . Zapping them with vgremove prior to running coreos-install solves the...

Tested on Mac OS X Catalina du jour (10.15.5), ocaml version 4.08.1 and utop rebuilt from the master branch

FWIW, we ran into the same issue today and the cause turned out to be that we attempted to use SATOSA over unencrypted HTTP. Since the Set-Cookie header has `;secure;`...

FWIW and because Googling the error leads here, this [was fixed¹ back in 2009](https://git.launchpad.net/python-apt/diff/setup.py?id=2e4443bbd) in the [real `python-apt` package](https://launchpad.net/ubuntu/+source/python-apt), but you simply can't upgrade `python-apt` with pip. The [issue](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845330) is...