oliverpool
oliverpool
_Just documenting my failures until now, maybe someone can make sense of it_ I am trying to build the following program for Aduino Uno using https://github.com/ZigEmbeddedGroup/microchip-atmega ```zig const micro =...
Seems to be fixable with 0.12.0-dev, according to https://github.com/FireFox317/avr-arduino-zig/pull/8
FYI version 6.0.1 has some `PyYAML-6.0.1-***-musllinux_1_1_x86_64.whl` wheels: https://pypi.org/project/PyYAML/6.0.1/#files They were not present in 6.0. Relevant commit: https://github.com/yaml/pyyaml/commit/e9bf819da69b8bbbc8661e48266399d8f6cf0e17 by @nitzmahone
See https://github.com/oliverpool/blender-cpu-image for CPU images. Otherwise just fork a repo (this one or my fork) and create the images yourself.
@banagale glad that it serves you! I have added lately a couple of features: - daily updates (based on the tag published on the blender/blender repository) - minor and patch...
@stebrl I just created one, feel free to check it out: #14
This version sounds amazing! Is there any release blocker? Or do you need more testers?
@jasonsilberman I also plan to develop a backend (eventually on Cloudflare)- for team tracking. do you plan to share your code?
@Zelinzky, yes, this is how I solved it: https://codeberg.org/pfad.fr/fahrtkosten/src/commit/65a5679d69afa2fde8e8ed3aeed3e1d2a9987a2f/internal/migrations/migration.go#L27 (I should use errors.Is instead of == as you propose)
Exactly, if there are pending migrations, I make a backup of the database before running the migrations. https://codeberg.org/pfad.fr/fahrtkosten/src/commit/65a5679d69afa2fde8e8ed3aeed3e1d2a9987a2f/cmd/server/main.go#L338-L349