Niclas Garan

Results 17 comments of Niclas Garan

For fractions, the line is invisible though, because it coincides with the fraction line, right? Would it be worth a thought to change the `delete` behavior in math mode to...

Is this still considered? I currently work a lot with scripts that I run in my active REPL via VS Code and I use cells quite frequently for that. A...

The documentation is still wrong here. Moreover, wouldn't it make more sense to define `s` as `(sensitivity coefficient * standard uncertainty/combined uncertainty)**2` so they all add up to one?

Thanks for clearing this up! At the very least this should be mentioned in the documentation of the Distributed module where I currently couldn’t find any hint about these kind...

> I think what would be a great addition is during initial connection to check that the Julia version is the same and otherwise error. It might be sufficient to...

As I said, that check already exists for future versions: https://github.com/JuliaLang/julia/blob/0f2ed77dca88785c9ae0fb1cf1a77593d1527c18/stdlib/Serialization/src/Serialization.jl#L742 I would probably either * extend the above code to only allow for the exact same version. But I...

My PR only addressed the documentation. If the checks are still the same, I believe this could still improve error identification.