Tobias Wood

Results 6 issues of Tobias Wood

Hello, ``` git clone [email protected]:themefisher/academia-hugo.git ``` results in: ``` [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. ``` Cloning over https, i.e. `git clone https://github.com/themefisher/academia-hugo.git`, works fine.

Hello, I'm very interested in adding VkFFT to my project here: https://github.com/spinicist/riesling as an addition alongside FFTW. However I'm confused about the data orderings supported for batched FFTs in VkFFT....

### Brief Issue Summary I would like to install my project to `/usr/local` using the `install` CMake target. On my (Mac) system this requires `sudo` permissions. Instead of asking for...

enhancement
Feature: install

Hello, Apologies, this is more of a discussion than an issue but I didn't know where else to ask. tl;dr: Would it be meaningful to create a version of the...

### Environment - OS and Version: MacOS Sonoma 14.5 - VS Code Version: 1.91.0 - C/C++ Extension Version: v1.20.5 ### Bug Summary and Steps to Reproduce Bug Summary: "The language...

bug
Language Service
more info needed
reliability

Hello, Trying to compile the Matrix type example from https://tour.val-lang.dev/basic-types, i.e.: ``` type Matrix3 { public var components: Double[3][3] public memberwise init } public fun main() { var m =...