Timon

Results 49 comments of Timon

Ok, will try that and get back to you later. What changed between v0.0.39 and v0.1.4 in font loading? Did older versions load UTF-8 symbols?

Thanks, I'll close this issue once I got your solution to work. :)

I think you should create a new issue for the misalignment

The nixpkgs anyrun package includes plugins under `$out/lib` but that is definitely not ideal. Currently I have to do this: ```nix ... programs.anyrun = { enable = true; package =...

Maybe start with a simple `useAudioPlayer`. ```rust let ap = useAudioPlayer(); ... let track_handle = ap.load(bytearray); ... ap.play(track_handle); ... ap.stop(track_handle); ``` I have implemented something similar, but my solution is...

## `nixpkgs-review` result Generated using [`nixpkgs-review`](https://github.com/Mic92/nixpkgs-review). Command: `nixpkgs-review pr 419003` Commit: `e752bd719cf334c45127ec06f700eac81154b011` --- ### `x86_64-linux` :white_check_mark: 1 package built: beeper

Looks like this didn't move forward in some time, closing. If you want to continue this feel free to ping me to reopen.

I know still a draft, but a arrow node might be something to consider. Like it is done for all other shapes. Thanks for the contribution :)