Jürgen Fuhrmann

Results 102 issues of Jürgen Fuhrmann

Hi, would it be possible to support point colors and Gouraud shading ? I researched the code and think it is currently not supported. If this would be there, MeshCat...

Hi would be great to have this in Pluto.jl

Prevent "terminal" output from being long, see #1999 For a test notebook see https://gist.github.com/j-fu/ee7f295de2c665a8b1f145933651cfda

First, thank you for this package ! I am currently trying out its possibilities. This includes differentiating through the calculations. In the type specification you always seem to require that...

Hi, In https://github.com/SciML/LinearSolve.jl/blob/main/src/common.jl#L100 `is_fresh` is set to true regardless of the fact that e.g. for `UMFPACKFactorization()` a full factorization already has been performed. As a consequence, when replacing `A\b` by...

This would make the packages work for other subtypes other than SparseMatrixCSC, e.g. in ExtendableSparse.jl. Opening this for reference re our slack communication with @Wimmerer .

Hi, trying to add support for Pardiso7 here. AFAIK, it has no breaking API changes wrt. 6.x. However runtests bailed out in the indefinite hermitian case as Pardiso doesn't report...

Hi, I would like to use the AbstractSparseMatrixCSC interface with my sparse matrix struct, however it seems that it is not exported. Also, it is not completely clear what needs...

See https://gist.github.com/j-fu/1fd2a044636cf0a2737b999db043cc22 Pluto doesn't precompile on nightly, seen this in nightly ci for mac,linux, windows. May be a problem with Julia, though.

I think about something like `Pluto.run(notebook=..., project=... )` . This would start the notebook with the environment provided under `project` instead of the notebook environment. A similar option to `Pluto.SessionActions.open`...