Oliver Fabel

Results 30 comments of Oliver Fabel

@hedger while I was on the hunt for bugs in the application, I discovered the following log output: ```text 57616 [I][Loader] Loading /ext/apps/Tools/upython.fap 57794 [E][Elf] Not enough memory to load...

> #3992 fixes this Many thanks for solving this issue - this really did the trick !

Same here: :heavy_check_mark: Brave 1.51.114 (64-bit) :heavy_multiplication_x: Firefox 113.0 (64-bit) Running on Kubuntu 23.04: ``` CPU: Intel i7-10875H (16) @ 5.100GHz GPU: Intel CometLake-H GT2 [UHD Graphics] GPU: NVIDIA Quadro...

I don't have a Flipper at hand to test it, but I think I've spotted some minor issues: * If you want to access variables from the global scope within...

VSCode and the `.py` file is fine. This version should work - but didn't test it - just be aware, that the `print` statement doesn't print to the display, use...

> I have never, ever been able to successfully launch microPython, it always reports OOM. Unclear what is filling memory. Yes, the latest release is a bit more unstable than...

:rocket: :older_man: **Good news everyone!** The application seems much more stable with the latest release of the official firmware. @MaggieLeber did you connect with Bluetooth ? This can lead to...

I also would love to hear @jamisonderek opinion here on how I can shrink the binary size of this app... Or anyone else who has an idea to share on...

Use the following instead of the `Paragraph` extension: ```js Document.extend({ content: 'inline*', }) ``` Seems to do the trick with version 2.9.1

The advice from @corymurphy is great, but adds an extra space to the prompt. To avoid this, use `\r` (carriage return) instead of a space character: ```yaml records: - delay:...