DamonBlais

Results 8 comments of DamonBlais

If the user triggers an edit (deletes and re-types a character) **in every field**, then the form realizes all the inputs have values, and re-enables the `Next/Submit` button as expected....

Related to but not fixed by the steps in: #566

This can be closed. Can't find my 2fa for this On Wed., Aug. 24, 2022, 5:41 p.m. Damon Blais, ***@***.***> wrote: > Sorry, that's a GitHub account I don't use...

People may wish to do this with `npx` for example, or other version-managing systems.

More system information ``` user@v2:~$ uname -a Linux v2 4.4.95-respeaker-r7 #2 SMP Thu Mar 15 17:43:15 CST 2018 armv7l GNU/Linux user@v2:~$ python3 --version Python 3.5.3 user@v2:~$ rustc --version rustc 1.39.0...

Interesting. `sudo rustc --version` confirmed that rust was **not** a system package (command not found). I have re-run `rustup` as root (with sudo) now, The build still fails: ``` user@v2:~/_app$...

Commands used to compile (failed): ``` $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- rockchip_linux_defconfig $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j9 ``` System compiled on: ``` $ gcc --version gcc (GCC) 9.2.1 20190827 (Red Hat...

cross-compiler is `aarch64-linux-gnu-gcc` ``` $ aarch64-linux-gnu-gcc --version aarch64-linux-gnu-gcc (GCC) 9.2.1 20190827 (Red Hat Cross 9.2.1-1) Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for...