karlwessel

Results 59 comments of karlwessel

Ah, I see! Is there some documentation on the difference between the D"-++" and the S"-++" constructor?

Alright, knowing that I just have to explicitly use S"-+" instead of V"-+" works for me. Thanks for the quick clarification!

Maybe the WebGL based backend of Makie could be used then (I can't test Makie since my GPU is to old): https://github.com/JuliaPlots/WGLMakie.jl

> The method used here (adding `sqrt` to the class) will work for many (all?) of the functions in umath, so for example `np.sin(ufloat)` would return `umath.sin(ufloat)`. Any interest in...

I added a pull request (#122) that fixes the problem. However, since it adds `sqrt` as a member function to `AffineScalarFunc` it might introduce some unexpected side effects.

> Hey, the build keeps being stuck on "Resolving package versions..." when testing. I couldn't find any other reports via searching and have checked out other `Project.toml`s and `runtest.jl`s, however,...

Thanks for the quick verification. I don't know how important the FileIO integration for gzipped files actually is. In my case, because of https://github.com/JuliaIO/FileIO.jl/issues/32, I thought FileIO could automatically handle...

Ich hab/hatte das selbe Problem, ich konnte keine Artikel aus der Liste [cb_items] entfernen ohne die gleich ganz in den Papierkorb verschieben zu müssen. Cache leeren in den Erweiterten Einstellungen...

WP_DEBUG aktivieren hilft. Wenn es aktiv ist und ich einen Artikel auf Privat stelle dann verschwindet er. Beim ersten Versuch direkt, ohne aus- und wieder einzuloggen. Beim zweiten Versuch musste...

I would just add parenthesis around the output for the inner expression, so that Latex knows to what the indices refer: ```latex ${x_{:\left( 1, 2 \right)}}_{1}$ ```