az
az
that's with the code from git, head at efed0db16bc03ac. ./autogen.sh, ./configure --enable-static and make results in a fully dynamic finit ``` $ ldd ./src/finit linux-vdso.so.1 (0x00007ffe7f358000) libite.so.5 => /lib/x86_64-linux-gnu/libite.so.5 (0x00007f6d2e7ef000)...
i've got two fresh v2.1 boards, wired up with a plain std. encoder with switch. my multimeter shows the switch conducts exactly when pushed. the boards are unconfigured, ie. using...
Form.Field's templateData() doesn't pass the schema type through, which i think it should. this means that you can't make the field template react even a little to the schema type....
as per issue #437 backbone forms does not (yet) have a dedicated editor for file upload fields. using dataType=file is a workaround that works /mostly/ but not completely: 1. on...
my model contains an array of plain string values. with deep-model i cannot shorten the array, only modify existing elements or add new ones to it. mymodel.set({"arrayname":["val1","val2"]}) will ensure that...
the code in question checks if mkeXfs version 1.43 is present and if so it disables metadata_csum and 64bit. buster and thus your bone-eMMC-flasher-debian-10.1-console-armhf-2019-10-14-1gb.img.xz image has e2fsprogs version 1.44.5, which...