Damien Cassou
Damien Cassou
Hi, I have [this framacalc](https://lite.framacalc.org/9quy-fete-de-noel) that I can't scroll to see the lines below the visible ones.
Hi, this project hasn't been updated for years? Is it working with recent versions of NodeJS?
I love this package, thanks. To move it to the next level I think you should modify the API so that absolute file paths are not required. The ultimate test...
The previous release is from January and there have been quite some work in between.
I see you are writing your documentation as a string inside an emacs-lisp program and then generate a README file. If you don't find it convenient, you might want to...
Given this content ```js values .filter((a) => a) .filter((a) => a); ``` in a `js2-mode` buffer, `forward-sexp` seems to work fine but `backward-sexp` goes back to the beginning of the...
Hi, thank you very much for your work, I find it awesome. I'm trying to build a similar setup but I am not there yet. I think a great addition...
When browsing a directory with pictures, each picture is displayed to their original size. Most of the times, only a small part of the picture will be seen (e.g., when...
When executing the following ``` (read-file-name "Filename " "~/" nil nil "anonexistingfilename.pdf") ``` the cursor is initialy set before the "anonexistingfilename.pdf". This is good because it allows for easily removing...
Pycarddav depends on vobject. The vobject project from http://vobject.skyhouseconsulting.com/ is dead. The version from [@adieu](https://github.com/adieu/vobject) seems to be ok as new dependency for pycarddav. The sligthly more recent version from...