Pål Levold
Pål Levold
> @plevold Is the rest of the syntax for this example legal? Can I ignore the diagnostic and linting errors in `:: my_func` and `this`? The original example was missing...
@vishalkrsinha I'm currently using the following template with a counter to automatically generate equation numbers: ```asciidoctor [stem#eq-,reftext=Equation ({counter:eqs})] ++++ ++++ ``` Complete example: ```asciidoctor = My Report :sectnums: :stem: latexmath...
> the fact you put files into lib/ instead of src/ means you did something in your fpm.toml file that we need to see if you want to stick with...
Features would be a great to have in fpm! In my opinion there's two crucial features in Cargo's feature functionality that would be great to see in fpm too: **Optional...
Old issue, but I'm pretty sure this works as intended now. I encountered this issue when passing an `std::ifstream` to `toml::parse` instead of letting toml11 open the file itself. Specifically...
I see! When I turned off `fortran.linter.initialize` then the extension started quickly again 👍 I don't use any compiler linting (only fortls) for the moment so that works fine for...
> * If we want fortls to work within the comment docstring that will be considerably harder, since we would have to parse the comment as valid code. Yes, that...
@gnikit wow, that was quick! Feel free to ping me if you want any beta testing.