Yann Grisel
Yann Grisel
When compiling the file `/Users/yann/Mathématiques 2016 2017/Enonces_TD_Maths.tex` I get errors like this : `/Users/yann/Mathématiques:354: warning: Overfull \hbox (13.46664pt too wide) (page 14)` and the text editor can't make a clickable...
Minimal working example : ```python def test(x): Δ=x+2 print(Δ) test(4) ``` this is legal python3, but yapf breaks and does nothing on a file with unicode variables. As can be...
Hi :) I try to use build with the build-python extension. This extension claims to execute "python + filename". However, the result is different form what i get when running...
Hello. I'm working again on my fortran to python wrapping and come across the 32/64 bit problem again: I initialize variables in python with numpy.zeros, which produces 64bit floats by...
If a function uses pointer variables, the function is skipped, without warning. Minimal example : module module_calcul contains subroutine evaluer_valeur(x) real,dimension(:,:),pointer :: x return end subroutine evaluer_valeur end module module_calcul
Hi :) First of all, thank you for your excellent software. It seems that, as by now, it does not make use of the microphone's calibration file. Am I wrong...
Hi :) Let me first congratulate you for your excellent package. I would like to compile the latex files with the latexrun script, instead of latexmk. Could someone tweak the...
I execute rsgain on Linux Debian 12 through ssh and hidden files generated by the MacOs file explorer block the flow. The music folders were previously opened by a MacOs...
Hi : ) As you surely know, VSCode just implemented an auto-indent feature. I tried to create a pull request, but since the old one is still open this gets...
Hi. I think it would be great to have the fortran extension providing some basic features like "make" out of the box (i.e. without installing third party all-purpose code runners)....