Laurent Tréguier

Results 97 comments of Laurent Tréguier

It looks like he is still around, and there is now [a new Dscanner release available](https://github.com/Hackerpilot/Dscanner/releases/tag/v0.4.0) ! I'll try to work on this as soon as possible.

@sprinkle131313 I haven't been able to get Dscanner to take its input from stdin on Linux. It seems to work fine on Windows, but it crashes with an `OutOfMemoryException` on...

@sprinkle131313 that could be better regarding this issue, however I don't like the idea of maintaining a separate repo and fragmenting development tools... I don't know about @mattiascibien, but I...

This is purely a DCD problem. All the extension does is pointing DCD to a character position in the file and asking for the declaration. However, I just tested the...

The extension only restarts the DCD server whenever a `dcd-client` exits with an status different from 0, which only happens upon errors. Are you able to manually launch a successful...

I'll try to look into this, but it may be an issue of DCD itself. It looks like there was [such an issue](https://github.com/Hackerpilot/DCD/issues/228) before, but it is supposed to be...

I probably missed some changes in the build process since version 3. I'll go check and get back to this issue

Although it's not crashing GNOME for me (3.34.4 on Fedora 31), it shows an ugly default X11 cursor, so it's definitely broken

I can see those 3 error messages during the build: - `Unable to init server: Could not connect: Connection refused` - `Cannot parse integer value ?60.0? for -w` (with either...

Thanks! I just tried to build the latest commit, but my Fedora is acting up and started freezing when starting a container to build the package, so there might be...