Results 16 comments of Gene Tsai

You might be able to global.eco = require('eco') ? Or pass the Eco reference into the context object, @eco = require('eco') ## Gene Tsai Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday,...

> #58 I opened a PR with fix. > > You can use this fork until my PR is merged. > > ``` > tflite_flutter_helper: > git: > url: https://github.com/filofan1/tflite_flutter_helper.git...

No, I just did a git pull from master from github, and ran compile and upload in platform I/O. I will look into using device-install.bat and report back thanks.

I'm not super familiar with this codebase. is device-install.bat part of this repo? I'm having trouble figuring this out. can i get a pointer in the right direction as to...

I tried reverting this commit (https://github.com/meshtastic/Meshtastic-device/commit/d6d936b5d2e5f8960092a0055fd64c1fc79dc63b) on my local partitions-table.csv but i still get the panic

confirmed latest build no longer has the crash. thanks

wow this was really annoying to have to find this. please push the fix soon

Agree! Using write and empty periodically is a pretty good idea, especially if its smart about yielding not every single token but maybe every 0.2 seconds or n number of...

I implemented your change!! it seems to work for me. Ive also removed the "time.sleep(1) # wait a second for page to load" inside navigate_pages. now that you mention it,...