Oliver Fabel
Oliver Fabel
Nevermind, a working solution is far more complicated. I solve it by implementing a own cache.
Since ncc uses webpack under the hood you can use the native node require function with `__non_webpack_require__`. So I implemented my own cache by extending from the `TwingCacheFilesystem`: ``` class...
I investigated this issue a bit further: The problem occurs if you provide a relative path to the render method. I have created a [repository](https://github.com/ofabel/twing-embed-bug) to illustrate the bug. This...
> Hello, @ofabel have you any workaround on this? Our _workaround_ at the moment is not to use this feature. So yes, it is still broken in version 5.
> It's not possible > > [Flipper zero has this specifications](https://docs.flipper.net/development/hardware/tech-specs#IOrk5) > > * Flash: 1024 KB > * SRAM: 256 KB > > While micropython requires about **64kb**, it...
So far so good. I think I've done enough research on this to proof that it's possible. What I have achieved so far: * Created a simple FAP, that can...
I've managed to do a quick and dirty integration of my little project in a fork of the latest firmware release: ```plain Firmware size .text 660636 (645.15 K) .rodata 171980...
**Houston, we have a REPL** [Screencast_20240405_143412-1.webm](https://github.com/flipperdevices/flipperzero-firmware/assets/28701799/fa9742a7-f2b9-4a25-87fc-d283b8a7e315)
For those who are interested, I've uploaded a [firmware update](https://github.com/ofabel/flipperzero-firmware/releases/tag/v0.1.0-alpha.1) (based on 0.100.3) with the current progress: * Micropython library is integrated as submodule. * REPL implementation is complete (`py`...
@unnamedd, many thanks for the feedback! @DrZlo13, thanks a lot for making thinks clear! What would be an acceptable watermark for the internal storage? I have to say, for now...