Pierre Penninckx
Pierre Penninckx
First of all thanks for this tool!!! It would be great if the options found [here](https://github.com/baskerville/diana/blob/master/diana#L427-L429) could be shown in the synopsis too.
I wanted to enable this only for org-mode buffers. By default it's a global minor mode. I could change the following line and set `global` to `nil` and it allowed...
Hi! I’m interested in helping here. I have some work experience with AWS and have some knowledge of Haskell through side projects. I don’t have a lot of time either...
Adds an overlay for adding the `haskell-language-server` and its wrapper, activated by setting the argument `hlsSupport` to `true` in the `reflex-platform.project` function. I got most of the boilerplate code from...
TL;DR: what would you think about using fuse? First of all THANK YOU. This is the project I always wanted to do - in the exact same way. So for...
When importing from a read-only source, I get the following error: ``` bash $ ./elodie.py import --source=~/Pictures/source --destination=~/Pictures/organized --album-from-folder /usr/local/bin/exiftool -config "./elodie/configs/ExifTool_config" -xmp-elodie:Album="2015-08 MyEvent" "~/Pictures/source/2015/2015-08 MyEvent/P8242306.JPG" Error: Error creating file:...
Magit-status on a repo containing 300 opened PRs took a lot of time. Profiling showed ghubp-host was taking roughly 35%. This solution uses a hash table to cache the results....
First of all THANK YOU for making and maintaining this project. Is it possible to edit the body of a pull request after it was submitted? I tried searching everywhere...
See #29
see https://github.com/PyCQA/redbaron/issues/41 This only add tests showing quirk with list comprehensions, need a proper fix.