Christophe Courtois
Christophe Courtois
Pour le moment, c'est pas ça, les versions obsolètes sont toujours présentes dans les résultats. Peut-être une question de temps ? Je suppose que l'algo privilégie les pages établies depuis...
Un peu austère et ça manque d'unités lisibles (pour #25), mais :+1: Et cette rapidité motive pour d'autres issues :-)
In the same spirit, and showing the temboard-agent version in the instances list would be a good idea, too.
Same problem here within a x2go session: ``` ~$ czkawka_gui (czkawka_gui:1010343): Gdk-ERROR **: 10:55:36.878: XInput2 support not found on display Trace/breakpoint trap ``` It works through a `ssh@server czkawka_gui`, but...
The problem is still there. Such a shame. @hockeymikey says he has a [fix](https://github.com/shgysk8zer0/awesome-rss/compare/master...hockeymikey:awesome-rss:master), if I understand correctly. Any chance to merge #165 and release ?
And I would have loved the REVERSE too in this case : https://explain.dalibo.com/plan/d09db5ec63226733 In other words: I need a way to go directly from the node to the RAW lines,...
As far as I understand and can see, a simple PGOPTIONS prevents the connection, and ignoring it through `ignore_startup_parameters = options` is only slightly better. I concur with @oceancode11: Is...
I understand better now. I was surprised to see such an obvious index missing. > What's the difference between `btree` and `hash` in this context? A `hash` accepts strings with...
Yes. This case shows that a single missing indexes can have huge consequences on the DB. Missing indexes should be spotted.