Kami Development

Results 7 issues of Kami Development

### Zig Version b88151 (build fails) ### Steps to Reproduce Apple M1 Max, macOS Version 12.4 (Build 21F79). llvm 14.0.6 and zlib installed with homebrew. Using build instructions for M1...

bug
upstream

Apple M1 Max. macOS Version 12.5 (Build 21G72) Zig stage1 version 0.10.0-dev.3361 ``` ➜ sysaudio git:(main) ✗ git log -1 | tee commit eecbad403ca4205ed90ef97f3cd07a3da8def671 Author: Ali Chraghi Date: Tue Jul...

os/macos
sysaudio

Keyboard navigation using 'a' and 'd' move in the wrong direction for app 'bullet_physics_test_wgpu'. Both Intel and ARM Mac. Keyboard navigation using 'a', 'd', 's' and 'w' move in the...

Since we are currently using a designated zig version, this is WIP. But it makes tests pass and sample apps run using zig 0.12.0-dev.2613+0266017b5 (the latest as of today). There...

Test environment ``` ➜ zig git:(master) sw_vers; clang --version; zig version ProductName: macOS ProductVersion: 13.2 BuildVersion: 22D49 Homebrew clang version 15.0.7 Target: arm64-apple-darwin22.3.0 Thread model: posix InstalledDir: /opt/homebrew/opt/llvm/bin 0.11.0-dev.6316+a5b34a61a ➜...

bug

Tested with download binary for zig version [nominated by Mach](https://machengine.org/about/nominated-zig/). ``` ➜ aftersun git:(main) which mzig mzig: aliased to /Users/jonas/src/zig/zig-macos-aarch64-0.12.0-dev.3180+83e578a18/zig ➜ aftersun git:(main) sw_vers; mzig cc -v ProductName: macOS ProductVersion:...

Hi! I have problems installing version 0.1.2. I am using macOS 14.0 on Apple Silicon. LLM is installed with Brew and works for chatting with default models. ``` ~ llm...