Axis Sivitz

Results 11 comments of Axis Sivitz

@trusktr did you check the Atom console for errors?

You're trying some complex actions. :) Does the easy stuff work? (Start up, type in file, vi commands) Lots of things aren't implemented yet. But, it can be fun to...

To provide some context (I work with Matt)- here's a benchmark we made to try to better understand the effect of changing the number of stripes: Repo: https://github.com/Simspace/resource-pool-benchmarks Example run...

I'm getting this as well.

In the ghc source, I find this line in the generated `llvm-targets`: ``` 40:,("aarch64-apple-darwin", ("e-m:o-i64:64-i128:128-n32:64-S128", "apple-a7", "+fp-armv8 +neon +crypto +zcm +zcz +sha2 +aes")) ``` Maybe that's a clue?

I added the `Kernel` framework to the bindings-GLFW cabal file and attempted to build it. But, it can't find the Kernel framework: ``` bindings-GLFW-lib-bindings-GLFW> Configure flags: bindings-GLFW-lib-bindings-GLFW> --prefix=/nix/store/6wqmik2hq05qw21g1z1q1fry73qygvsw-bindings-GLFW-lib-bindings-GLFW-3.3.2.0 lib:bindings-GLFW --extra-framework-dirs=/nix/store/460pn884nfgm17x1fda319abb9vgh89d-apple-framework-AGL-11.0.0/Library/Frameworks...

Ah, I believe the confusion arises from the fact that the disconnect (SDL_CONTROLLERDEVICEREMOVED) _would_ have a joystick instance id as the 'which' field. So the underlying SDL2 library is playing...

It seems to be the case that the dynamic link loading in the xcode 15 toolchain won't look in /usr/local/lib for some reason. Downgrading to an xcode 14 toolchain fixed...

The right approach on MacOS is probably to first move gamepad handling over to the newer Game Controller framework (https://developer.apple.com/documentation/gamecontroller?language=objc)

When trying to debug this problem for myself, I think I was misled by the current documentation. For example, this discussion of environment variables https://nixos.org/manual/nix/stable/installation/env-variables.html assumes a single-user installation. (I...