Andrew Abbott

Results 29 comments of Andrew Abbott

Regarding SPI flash: - Currently, upstream U-Boot doesn't build SPI images for ~~any Rockchip target~~ basically all Rockchip targets (there's some maybe broken SPI image in there that comes out...

Have you already moved the U-Boot environment to SPI flash? I think it's still on SD/MMC upstream, and I didn't see a change for that in this PR.

There is also a similar problem when building a project - cannot use `git describe` to get version information. I'm not sure if that is related to this, since the...

@torbeneims > I cannot build the hello_world example. Has anyone managed to do that yet? The idf complains about `git describe`: Could not use 'git describe' to determine PROJECT_VER, as...

A cursory look suggests that the later actual implementation of unlimited tokens via concatenation was here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2138 Not sure if it has changed since then. Their wiki describes the unlimited...

I can reproduce this with: ``` - system: `"x86_64-linux"` - host os: `Linux 5.18.0, NixOS, 22.11 (Raccoon), 22.11.20220530.f1c1676` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.8.1` -...

I think this is the same cause as/would be fixed by a fix for #12, so I am closing this issue and redirecting there.

I would like an automated way to check `requirements.core.txt, the latest constraints file (eg. https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.1.txt), and the latest versions of those packages on PyPi against the Python packages I have...

Note to self, could https://github.com/nix-community/nix-init help us?