François Févotte

Results 14 issues of François Févotte

I've been using a `docker` + `docker-compose` setup to deploy `LocalPackageServer` instances in my local network, and thought it could be of relatively general use (which I think is confirmed...

- [ ] The `CMake` setup doesn't work out of the box for systems which don't support `strace` (although it is not a strict requirement) - [ ] `env.sh` cannot...

This work is done in the `inotify` branch - [x] use Linux' `inotify` system to watch for source files modifications on the file system and update the index accordingly -...

enhancement

From issue #8: > By the way I think there is a typo in one the commands above. I think you meant to write `config -a index.exclude /opt/local` instead of...

The rationale would be that everything related to SuperComputing also relates to Performance. However, there are tools for performance (like benchmarking or compilation tools for example) that are useful in...

First, let me thank you for `lentic`: it looks a lot like the LP tool I've been wanting for years! The first application case I tried (which fits my current...

Hello, and thanks for your new "What the .emacs.d!?" blog, in which I learned tons of interesting stuff. I was very interested by your `rotate-windows` function, but it didn't always...

It seems to me that the discussion in #5 lead to the consensus that testitems should be organized in a tree following the same structure as the filesystem (maybe keeping...

Hi, when running a simple script like this: ```julia using GraphViz using FileIO function foo() g = dot""" digraph graphname { a -> b -> c; b -> d; }...

The following PR introduces features helping compile and use custom system images for LanguageServer and SymbolServer. The expected benefits are reduced start-up times for the language server. On my (old-ish)...