Colomban Wendling

Results 136 comments of Colomban Wendling

@alphaCTzo7G `misc.html` is encoded in *windows-1252*, which obviously isn't UTF-8. For various reasons *uctags* doesn't translate any encodings (there are long topics you can find about that on *uctags* issue...

> I get > > > Error resolving password for account "Account: 1": No option 'password' in section: 'Account: 1' > > Error resolving password for account "Account: 2": No...

https://github.com/probonopd/AppImages/issues/145#issuecomment-262383994 > rather than including libgdk-x11, I guess X11 libs should be excluded (and here yours override the system's, and miss that symbol the system's gdk-x11 requires)

> but not the libxcb* stuff Well, on my Debian unstable, `libcairo2`, which is a dependency of GTK2 and 3 among a *lot* of things, depends on *libxcb*, *libxcb-shm* and...

> Do you know which of these can really be expected to (still) be part of each distro? (even distros using Wayland?) I don't know, but I'm kind of afraid...

Looks like a job for the JavaScript parser for it to emit something for the `export` statements. Would that work, or is it too much a problem because the JS...

It would at least be awfully tricky. The problem here is that assigning members to `self` just happens to work because `self` refers to the class instance, but self is...

> Luke, use `PKG_CONFIG_MODULES` in configure.ac, use `@*_CFLAGS@` and `@*_LIBS@` in Makefile.in. Spelled `PKG_CHECK_MODULES` it is Obi-Wan ;)

I think in general FQ scopes are better because they make it at least easier to build an appropriate tree, and sometimes it's the only option to do so. Most...

Intriguing, I never saw this kind of problem… Could you check whether it's CPU bound, e.g. does Geany use a lot of CPU when the letters appear? Also, does e.g....