Kevin Matthes
Kevin Matthes
I frequently set up CFF for projects -- those projects which I am about to cite in the near future. I am working on a paper, at the moment, for...
@fox0430 I noticed a small bug related to this issue: Python comments are not highlighted as such. I will have a look at that in the next days.
@fox0430 I am about to have a look at the comment parsing logic since there are several redundancies which can be fixed quite elegantly. Thereby, the new logic will be...
@fox0430 Would it be okay if documentation comments would be highlighted in a different colour in order to distinct them from ordinary comments?
Okay, I would therefore prepare an according checklist. Shall I write it down into a separate Markdown document or directly into `README`? Furthermore, shall I push to a new branch?
Another point are the configuration for `fftw3` when built from an official source package and the required packages therefore. The `README` already states one required flag but could be useful...
The minimum flags for `fftw3`'s `./configure` are -- as far as I experienced it -- as follows: * `--enable-shared` * `--enable-openmp` * `--enable-threads` Would it be useful to add them...
Another benefit of such utility software would be that it might be set up together with the other automatic actions such that newly uploaded code would become optimised on arrival...
The described build routine would depend on the existing one without causing name conflicts or such things. The effort to initially set up such a build routine is about five...
One of the most important questions is the matter of spacing and indentation. Despite the common question of tab versus spaces, there are also possible differences regarding the framing of...