Tyler Kvochick
Tyler Kvochick
Makes sense! But still confusing. Maybe a reference to the SI base units in the documentation would help? For those of us (like me :grimacing: ) who haven't taken physics...
Hello :smile_cat: I found this issue while looking for existing issues for a scenario that I think is related. We have a project that uses a lot of `#r farts_lib.dll`...
Hi, was just looking for an existing issue that closely matched one that I am encountering and I think this is it. In this image:  Notice that the type...
# `` ## Left  ## Right  # `()` ## Left  ## Right  Since there are missing semantic scopes (for `>`), I guess it's ionide-fsgrammar? The parens...
`vulkaninfo` works, but there are a lot of features set to false. Here is the (long) log output from running with the `Vulkan` backend: ``` MESA-INTEL: warning: Performance support disabled,...
Awesome! I looked into trying it, but I don't know `paket` very well and haven't been able to figure out how to use the `Aardvark.Rendering` git repo as the package...
I updated the packages with `paket update`, ran `HelloWorld` (which got a bit further!) but got a new error: ```console 0: initializing aardvark .................................................... 0: System Information: 0: System: Linux...
Will do! I actually tried Vulkan too and it also crashed. But, figured it was easier to focus on one code path at a time.
I'll give it a go!
I ran the `Aardvark.Assembler` tests (just with `dotnet test` in the root of the repo, if that's the right way) and got all greens. Running the demo (with `dotnet run...