Augustin Trancart
Augustin Trancart
# Description Some webpack plugin are not used at all when using this plugin. For instance, `definePlugin` and `uglifyJsPlugin` don't seem to affect files. My use case: together, they can...
## The problem Impossible to add systemd units of other types than services in the installation of app. This is due to the fact yunohost appends unit name with '.service'...
## The problem Here is a proposed fix for https://github.com/YunoHost/issues/issues/1981
## The problem If app packager checks too soon for db existence (before postgres is installed) the error message is not very clear. ## Solution Just add a litte error...
## Description If table_format is set to csv, when making any kind of sql syntax error, pgcli just doesn't say anything. Example: ``` psql://atr@localhost/tethys> test; Time: 0.017s ``` ## Your...
## Description Setting intervalstyle to `postgres_verbose` gives incoherent results, and sometimes an error. example: ```sql psql> set intervalstyle = 'postgres'; SET Time: 0.001s psql> select now() - now() ; ╒════════════╕...
# Compatibility Report - Name of the game with compatibility issues: raft - Steam AppID of the game: 648800 ## System Information - GPU: HD Graphics 520 (Skylake GT2) -...
This is the sister PR of https://github.com/YunoHost/yunohost/pull/941 : let's consider "active" and "running" services to be green.
# Steps - have a postgis table with a PK that is not `id` - activate audit on this table - make some change on some feature - try to...
# Description The plugin never calls cur.close() after making their query # Step to reproduce - open qgis, activate the plugin - open a psql connexion to the same db,...