Mayeul Cantan

Results 151 comments of Mayeul Cantan

I can't say much, especially as I don't have any nvidia GPU, though trying another driver version would be my top guess. The error seems to come from [here](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/ui/gl/gl_context_egl.cc#388), probably...

This is quite similar to https://github.com/ipfs/kubo/issues/1467 My use-case is the following: I have a document (website) that is updated through a CI system, running on the "cloud". I could publish...

True. I actually wanted to edit this comment, as I think the real benefit here is that you don't have to share the private key with many servers, only with...

That cluster (CCASN, 2820/1291 aka b04/50b) sounds a bit weird: > Point n de la courbe de charge active soutirée And it's only available in standard mode. Are you sure...

> Well, actually, quick one for you @fairecasoimeme: we can read here (on a similar issue) [home-assistant/core#88166 (comment)](https://github.com/home-assistant/core/issues/88166#issuecomment-1434857328) > > > We don't pull date from the device, the device...

I confirm I am experiencing this with my R9 fury card. Fullscreen apps do not alter the monitor's refresh rate. My GPU is a R9 Fury, a Fiji card. ```...

@vinniec well, it's not just putting `~/.var` in `~/.config`, though I get your use-case as well, and support your suggestion (maybe it warrants a separate issue as it sounds less...

@kurumushi that's the approach I offered about four years ago in #1991. As for the implementation, after a bit of thinking, I think the following might be possible: 1. Make...

After testing some more, the issue comes from the following regex: https://github.com/mquinson/po4a/blob/51f9008e7aa3803b76a2b8c7511c5c54dbdf8322/lib/Locale/Po4a/TeX.pm#L970-L972 Which matches the wrong filename (capture group 3), as `subfile.tex}` (including the curly bracket). Including the curly bracket...

I submitted a PR, but there is another issue (besides the error message that I should improve): `\input{subfile.pgf}` won't work with a `pgf` extension, weirdly (it works with other random...