Liam McLoughlin
Liam McLoughlin
In the case where my init method on a mode command performs some checks to determine whether entering the mode should be allowed, it doesn't appear to be possible to...
Hi! I'm wondering how the performance and stack usage benchmark output seen in some PR comments can be generated. I noticed https://github.com/jerryscript-project/jerryscript/blob/8edf8d6eea4327dd83b7fabddcae4ea23bf98fb9/tools/runners/run-benchmarks.sh which seems related, but I'm not sure where...
`struct MyResponse { }` generates the following code: `export class MyResponse { constructor(args?: IMyResponseArgs) { } }` which with noUnusedParameters causes errors
If you have views A and B, where A has two subviews (C and D), if subview C's onRender method calls Application.switchTo, views A, C and D will be unmounted...
Signed-off-by: Liam McLoughlin
Embedding the FW version is unnecessary, we do versioning for JS apps based on API versions. Including these versions is just misleading and doesn't really help. They were just a...
### Describe the bug When connecting a Zero W with no SD card inserted, it is not detected as a USB device by a connected M1 Macbook Air. A Zero...
Within https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Source/system_RP2350.c I see there's includes for both `RP2350.h` and `hardware/clocks.h`. `hardware/clocks.h` includes the following chain of headers: `pico.h` -> `pico/platform.h` -> `hardware/regs/addressmap.h`. This last file seems to duplicate many...