Étienne BERSAC
Étienne BERSAC
cf. #1221 This is a WIP, but I would like review from Java guru and from Travis :-) The first point is to refactor the property loading out of Driver...
Hi, Trying to workaround FontAwesome awkwardness, i hit a bug with bounding box management. Here is the output: ``` console $ icon-font-to-png --css my-font-awesome.css --ttf my-fontawesome-webfont.ttf ALL Exporting icon '500px'...
Requires CTE and thus Postgres 8.4. Here is a naïve comparison : ``` console $ time psql btree_bloat-8.2-8.3.sql > old.out real 0m2,087s user 0m0,035s sys 0m0,011s $ time psql btree_bloat.sql...
Hi, Installing fpm on ruby 2.0 looks broken due to rexml dependency: ``` Successfully installed fpm-1.13.0 11 gems installed + fpm --version /usr/local/share/gems/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb:12: warning: Refinements are experimental, and the behavior...
**TL;DR** Go use https://github.com/jd/tenacity ! :) Hi, `retrying` is a nice piece of code, thanks to @rholder and contributors ! Sadly there is no activity since june 2016. Several contributors...
Hi, # Bug report For some time now, each update of devdocs disables Postgres documentation. Since updates are unattended, this is very annoying. It seems that other documentation hit the...
temBoard development team plans to replace the *group of instance* object with a new concept of *environment*. As of temBoard 8: - an instance can belong to zero or more...
### Description Hi, There is an effort to unclutter root directory of project by using a local `.config` directory: https://github.com/pi0/config-dir. docker-compose.yml is very common at root of project to describe...
Hi @dvarrazzo ! I think I missed to share you our pure python implementation of setproctitle. It's base on py-setproctitle but using ctypes. I didn't extract that module from temBoard...