Étienne BERSAC
Étienne BERSAC
@davecramer this PR is more than one year old. You closed #1192 while nothing was merged to progress on the issue. I'm giving up. That's not a critic, I understand...
@davecramer no worry :-) I'm still on the issue and will poke you around, maybe at pgCon :-)
@m-kuhn I started a pgjdbc configurator called pgjdbc-pq to implement libpq style configuration on top of pgJDBC.
> ``` > #!/usr/bin/bash > set -u > /usr/bin/flatpak run org.gnu.emacs "$@" > ``` > May I suggest to `exec` flatpak. This will save you a wrapper process around. ```...
I use `(setq doom-emoji-fallback-font-families '("icons-in-terminal"))`. This fixes more than Powerline Symbols.
@jasiek for your information, I started a Postgres broker for dramatiq : https://gitlab.com/dalibo/dramatiq-pg . It's early, but I think that using Postgres as a broker could be an option for...
@jasiek you're welcome. Note also that Skype implemented a high performance queue broker in Postgres as an extension named [pgq](https://github.com/pgq/pgq) . It's there for ages. I'm willing to investigate with...
I'm facing this issue while maintaining two poetry-managed libraries. I did the following: ``` console ~/src/dep$ poetry install ~/src/dep$ cd ../main/ ~/src/main$ poetry install ~/src/main$ echo $HOME/src/dep >> $VIRTUAL_ENV/lib/python3.6/site-packages/easy-install.pth ~/src/main$...
There is a function for this to feed the completer. ``` postgres> select name, comment from pg_available_extensions() order by name; +--------------------+----------------------------------------------------------------------+ | name | comment | |--------------------+----------------------------------------------------------------------| | adminpack |...
I'm looking at [nfpm](https://github.com/goreleaser/nfpm).