Dov Grobgeld
Dov Grobgeld
To answer my own question and after delving into the meson.bulid file. To run the examples do the following: ``` meson --reconfigure --prefix=/tmp/local build ninja -C build install ```
Why stop at braces, when there are a lot more bracket like symbols in Unicode :-) !? Here's one example: ``` if (foo < bar) ⦃ # Your code here!...
@lyphrowny Thanks for the comment. I introduced the test in the feminout modules and changed the test to use tuples throughout the code base.
I found another python problem which is the missing raw-escaping of regular expression strings. Should I push a fix here as well, or should I open another issue? Search for...
@chennes @lyphrowny I believe I have fixed all the issues mentioned in this discussion, but the CI still fails, but to me I see no relation to my changes. Could...
> Excellent work! Thank you! > > Could you move it out of "Draft"? Otherwise it won't get reviewed when merging on Monday Thanks! It was a pleasure, FreeCAD is...
For what it is worth, the following gist is a use case why this issue is valid and that @ErikOrjehag's patch works. The application shows two circles that can be...
I tried doing starting this myself, but just adding to `#include pico/cyw43_arch.h` and `cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, 1);` I got the following linkage error: ``` /usr/lib/gcc/arm-none-eabi/12.2.0/../../../../arm-none-eabi/bin/ld: remapper.elf section `.data' will not fit in...
I can confirm that `remapper` works without `copy_to_ram` set. Thanks! :smile: On the other hand, I'm having a real difficulty incorporating `pico w` specific code into `remapper`. Here are some...