Jens Remus
Jens Remus
It would be great to toggle between the author and commit date. Especially in the `tig reflog` view the commit date would be more valuable than the author date.
Working on large projects in C I would appreciate if ALE could support LSP isIncomplete and make further requests to retrieve any further completions.
In the meantime I am using the following workaround: ```Python # https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9455684b429449f668c1aedb77ec9dcb1642c244 NPP_MARK_BOOKMARK = 24 if notepad.getVersion() < (8, 4, 6) else 20 NPP_MARK_BOOKMARK_MASK = 1
Sorry to hijack this, but as both [prowlpy](https://github.com/jacobb/prowlpy) and [pyrowl](https://github.com/babs/pyrowl/tree/master) have not had any recent development I searched for other Python libraries and stumbled upon [pushnotify](https://bitbucket.org/jgoettsch/py-pushnotify/), which is already available...
I have run into the same issue: ```shell $ vng -v --rwdir=$HOME/temp --user=root root@virtme-ng:/home/jremus/temp# perf record -F 9999 --call-graph fp objdump -h /bin/objdump ... [ 64.953088] netfs: Couldn't get user...
That works: ```shell root@virtme-ng:/tmp# cp /tmp/perf.data /home/jremus/temp/ root@virtme-ng:/tmp# ls -al /home/jremus/temp total 152 drwxr-xr-x 2 jremus jremus 4096 Oct 24 11:53 . drwx------ 19 jremus jremus 4096 Oct 24 11:31...
Could it be that the issue is somehow caused by the `--rwdir=$HOME/temp` directory (e.g. `/home/jremus/temp`) being owned by the current user (e.g. jremus) while it is then accessed as root...