Ryosuke Iwanaga

Results 34 comments of Ryosuke Iwanaga

Found a super hacky way without patching... ```ts interface ReleaseBranch extends Partial { readonly workflow?: GithubWorkflow; readonly name: string; } (project.buildWorkflow?.["workflow"] as GithubWorkflow).file?.addOverride( "jobs.build.permissions.id-token", "write" ); ( project.release?.["_branches"] as ReleaseBranch[]...

When I wanted to use LLRT as a runtime for CLI, the ideal platform would be `node` even though LLRT doesn't support full Node.js features. Why does it require to...

This line from `preact/compat` might be the code changing behaviour: https://github.com/preactjs/preact/blob/c7f57db13af43b8cc3353a138639ad9dd9523e16/compat/src/render.js#L189

Does anyone have a workaround except modifying `API.md` every time...?

@pillo79 Please let me know if any more data you need from my board for your further investigation. This issue is pretty annoying to me as I can't run my...

Another finding if it helps: I tried to use 5V VIN today. - When I powered on the 5V battery, my sketch didn't start - Then, when I plugged USB...

@pillo79 Thank you for your investigation! Yes, it happens with the simplest case: - Environment - Windows 11 - Arduino IDE 2.3.2 - esp32 board manager 3.0.2 (I guess FQBN...

@JAndrassy Thank you for the suggestion. It can't upload through COM11 because "USB DFU" isn't working properly? (I can't see something like "2-5 USB DFU" with COM11 while there is...

Arduino IDE 2 doesn't support ARM, so I couldn't try Linux on Raspberry Pi. Thus, I tried macOS Apple Silicon instead. In summary, it worked well, so **the problem looks...

Sure as long as COM12 is active. The problem is that whenever I press RST or reconnect USB-C cable, it goes back to COM11 and I need to enable Bootloader-mode...