jicksaw

Results 5 comments of jicksaw

I'm also confused about this. In Figure 4.6, if Ē is (0, 0, 0) wouldn't Ez instead be Rz (-1). That is, z-component of R̄.

> ``` > 🚀 ℹ️ [deploy] [INFO] Creating activation waiter > [sudo] password for kris: [sudo] password for kris: > Sorry, try again. > [sudo] password for kris: > ```...

`super.matplotlib.overridePythonAttrs` didn't work for me, though I'm using a flake. The derivation's attribute does change, but it doesn't affect `matplotlib`'s buildInputs. `super.matplotlib.override` does work. There's separate error when using `enableTk`;...

Also bit of an issue on NixOS, where `fluidsynth.so.2` was removed a year ago by https://github.com/NixOS/nixpkgs/pull/141918. For NixOS it's easies to run SS14 using Steam, so to add Fluidsynth to...

Here's a flake I made: flake.nix ```nix { description = "Open Cubic Player"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils }:...