Hermann Stamm-Wilbrandt

Results 24 issues of Hermann Stamm-Wilbrandt

I installed ColumnCopy extension for Intel Linux Version 97.0.4692.71 (Official Build) (64-bit) Chrome. It does not work with any table I tried, here is an example table: https://en.wikipedia.org/wiki/Raspberry_Pi#Model_comparison It would...

Hi, 1) will specifying KEYBOARD_DEV KEYBOARD_VID and KEYBOARD_PID in cmake allow to use pi400kb with Pi4B? 2) I am using Logitech K400+ wireless keyboard with Pi4B. That has a single...

``` pi@raspberrypi400:~/test/pi400kb/build $ make Scanning dependencies of target pi400kb [ 5%] Building C object CMakeFiles/pi400kb.dir/pi400.c.o /home/pi/test/pi400kb/pi400.c: In function \u2018modprobe_libcomposite\u2019: /home/pi/test/pi400kb/pi400.c:46:37: warning: passing argument 2 of \u2018execv\u2019 from incompatible pointer type...

bug

Building was fine, two warnings: ``` [ 17%] Building C object CMakeFiles/pi400kb.dir/libusbgx/src/usbg.c.o /home/pi/pi400kb/libusbgx/src/usbg.c: In function \u2018usbg_allocate_config\u2019: /home/pi/pi400kb/libusbgx/src/usbg.c:392:8: warning: implicit declaration of function \u2018asprintf\u2019; did you mean \u2018vsprintf\u2019? [-Wimplicit-function-declaration] ret =...

webrepl_client.py is pep8online.com checked without errors/warnings. It runs under python v2 as well as v3. Very convenient for running Micropython remote shell on a mobile device with small display where...

``` $ grunt .... Warning: You need to have Ruby and Sass installed and in your PATH for this task to work. More info: https://github.com/gruntjs/grunt-contrib-sass Use --force to continue. Aborted...

I noticed a preview display problem for OpenSCAD model nearly completely filling view. I stored the model here: https://stamm-wilbrandt.de/en/forum/C60.preview_problem.scad.txt With 10-step 1fps animation the problem clearly shows like this: I...

When ethernet gadget is plugged into a Pi that is connected to wireless repeater, its nameserver is set to localhost (/etc/resolve.conf), and name resolution on the gadget does not work:...

README.md fib demo on x86_64 Ubuntu. log2(10\**62) is 205, log2(10\**63) is 209. Python number type has arbitrary precision, does codon restrict that? If so, what are the limits? P.S: My...

enhancement

## Expected Behavior For new testcase ``` const obs5 = fromPoints(obs1, [-1, -1, -1], [1, -1, -1], [-1, 1, -1], [1, 1, -1]) ``` all pointes lie on plane z==-1,...