Patrick Jaap
Patrick Jaap
When I manually refresh (pull down) the Simple Calendar the connected CalDav calendars (managed by DAVx5) are not updated. I have to go to the DAVx5 app and update the...
Hi. I'm using Lineage OS for MicroG 17.1: The Mozilla UnifiedNLP requests the location every 60 seconds if I enable location services. It shows the GPS icon for a few...
We have no control about the generation of examples and notebooks via the switches `with_notebooks` and `with_examples` at the end of the file.
In REPL, a simple `VoronoiFVM.Physics()` raises an error, since `:outflowboundaries` has no name in https://github.com/j-fu/VoronoiFVM.jl/blob/600888b6d94d281d68ffbb0c6fe37ecede5dda43/src/vfvm_physics.jl#L317 I suggest to exclude `:outflowboundaries` in https://github.com/j-fu/VoronoiFVM.jl/blob/600888b6d94d281d68ffbb0c6fe37ecede5dda43/src/vfvm_physics.jl#L316 and print directly either the value or the...
Hi there, maybe I miss something completely, but I do not understand the meaning of `samples` and `evals` for the benchmarks. If I run this code in REPL ``` using...
[Start automated DownstreamTester.jl report] Dear all, this is DownstreamTester.jl reporting a failing *nightly* test run. No XML output found, please check output of GitHub action for more details. Failing tests:...
The test environment cannot be resolved with this version, see #195 ... Hence, it is NEVER tested and we should not include this version in the compats.
Creating a PR for `VoronoiFVM` always leads to a failed action `Invalidations / evaluate (pull_request)`, e.g., here https://github.com/j-fu/VoronoiFVM.jl/pull/132 The problem seems to be related with the upgrade to Julia 1.11,...
``` using GridVisualize, GLMakie, ExtendableGrids scalarplot( grid_unitcube(Tetrahedron3D), (x) -> 42, Plotter = GLMakie) ``` crashes with `ERROR: Invalid text boundingbox GeometryBasics.HyperRectangle{3, Float64}([109.0, NaN, 0.0], [41.97999811172485, 11.649999618530273, 0.0]) ` same also...