Tyler Kvochick

Results 23 comments of 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: ![image](https://user-images.githubusercontent.com/12144028/163508693-82a1a2fc-a669-44d6-999a-9134bbee325c.png) Notice that the type...

# `` ## Left ![image](https://user-images.githubusercontent.com/12144028/163512453-f9f1be44-11a0-4292-a0ea-492ed78e6ddd.png) ## Right ![image](https://user-images.githubusercontent.com/12144028/163512473-aeb04f68-0706-4b12-b433-2e0a72812530.png) # `()` ## Left ![image](https://user-images.githubusercontent.com/12144028/163512576-89b3bf4f-cb0e-4aaa-841f-3b499bc5b057.png) ## Right ![image](https://user-images.githubusercontent.com/12144028/163512650-ec3bd282-acda-4fe2-9e43-8354047dd25b.png) 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 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...