David Millard

Results 9 issues of David Millard

Disclaimer: I've just started using Enoki, and my understanding may be incorrect. It seems to me that the documentation at https://enoki.readthedocs.io/en/master/matrix.html# may be inaccurate. Should ``` using Vector3f = Matrix;...

## description "tex" is not a valid key for doctype. I cannot find a way to take a .tex file with noweb chunks and embed julia. Indirectly, this also breaks...

bug

MWE: ``` using MeshCat using GeometryTypes vis = Visualizer() open(vis) function test!(vis) anim = Animation() for i in 1:10 atframe(anim, i) do marker = Sphere(Point3(0., 0., 0.), i/10) setobject!(vis, marker)...

Similar to issue #2729, I am also using tensorflow. Unfortunately, my dev and prod setups both run linux and are separated effectively only by the presence of GPUs. Having read...

Category: Dependency Resolution
Status: Awaiting Update :hourglass_flowing_sand:
markers

Using CxxWrap.jl is really smooth and it's exceptionally well built, thank you! I don't see a clean way to wrap `std::array`s in a generalizable way. I'm currently wrapping individual instantiations...

Thank you for the carefully designed wrapper, it's really nice. I can't seem to preserve my swapchain object throughout the life of my program. Although `Base.GC.enable_logging(true)` tells me that no...

This behavior seems ok in GLMakie, but not in Pluto+WGLMakie. Expectation: Black circles around markers in a scatterplot. Reality: Markers without any border. ``` pkg> st Status `~/projects/Test/Project.toml` [537997a7] AbstractPlotting...

To build with `-Wall -Wextra` on linux with clang-12, I needed to disable the following warnings: ``` -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-local-typedefs -Wno-sign-compare -Wno-inconsistent-missing- -Wno-overloaded-virtual ``` I'm happy to sort them...

Precompilation failure seems to happen with [email protected] but not @0.1.5. Root cause seems to be in LeftChildRightSiblingTrees. Thanks! ``` [ Info: Precompiling TerminalLoggers [5d786b92-1e48-4d6f-9151-6b4477ca9bed] ERROR: LoadError: UndefVarError: NodeType not defined...