Pierre Penninckx

Results 132 issues of Pierre Penninckx

Hi! I want to make some changes to the `postgresql-database.in` module. I figured the easiest would be to copy it, modify it, and ship it with another name so dysnomia...

Looks like since [this PR](https://github.com/NixOS/nixpkgs/pull/112891) dysnomia fails activating a systemd-unit. The [fix](https://github.com/NixOS/nixpkgs/pull/116455/files#diff-56652f3dbfb669e8cb7c4ee4c16cc79ccdb8c6b89bbbf8d92751ad92c57288a9R90) is to use `boot.extraSystemdUnitPaths = [ "/etc/systemd-mutable/system" ]`. But there's no mention of that in the [manual](https://hydra.nixos.org/build/172962336/download/2/manual/) and...

The title says it all. It would be nice as then editing files in s3 would be integrated everywhere in Emacs.

This has proved valuable to be able to reproduce issues I had calling elfeed-update on the command line. It will expose the password in the *elfeed-log* buffer so that could...

I got the same error as https://github.com/RuudBurger/CouchPotatoServer/issues/3603 and it seems to be fixed in a commit done between the 11 Sep 2014 and 20 Sep 2014. I suppose merging the...

This code was taken nearly verbatim from https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/networking.nix The few changes were related to making the default `/etc/hosts` match the Apple's stock one. This implied no `127.0.0.2` and forcing the...

This only shows the error, it doesn't fix it yet. The test `test_replace_on_def2` fails but shouldn't IMO. I don't really know why it's failing.

The problem is that the second '\n' after a class is still part of the class. At first glance, the fix should happen in baron. In [indentation_marker.py#50](https://github.com/Psycojoker/baron/blob/master/baron/indentation_marker.py#L50) and [indentation_marker.py#L74](https://github.com/Psycojoker/baron/blob/master/baron/indentation_marker.py#L74).

Impossible to insert a comment directly but when first parsing it with RedBaron() method it works. Here `test_line_proxy_list_insert_comment_as_baron` works but `test_line_proxy_list_insert_comment` does not.

It would be nice to have some sort of autocompletion when working with a RedBaron node. At least: ``` red. red[0]. ``` Clues: - http://ipython.org/ipython-doc/rel-1.1.0/interactive/reference.html#readline - https://docs.python.org/2/library/readline.html

enhancement