Jan Magnusson

Results 6 comments of Jan Magnusson

Thanks for your reply. I have been looking at the code for a bit right now. I have very little experience with paths overall though, and I am a poor...

I have no preferences how to solve this problem. What I see is that UNC paths seems to be handled poorly with Julia base too. Here is one example: ```julia...

@rofinn and @davidanthoff: Just some info: I just read this [thread](https://discourse.julialang.org/t/split-path-to-its-parts/15427) on discourse. It might be relevant for handling windows paths better. Look in particular at this [pull request](https://github.com/JuliaLang/julia/pull/28156). Also...

They work, but the code is not tested. Here is an example: ````markdown module TestDocs export test_it """ function test_it() Here is an example that documenter does not run: ```@example...

Are doctests/example blocks without output actually useful? Is there are use case you could show? For me, I think they would be quite useful. For example, I have models that...

Hi! Yes, that is done automatically using the Julia extension to VS code. I can easily do that on top of the new changes if you like. It takes a...