Ty Fiero

Results 24 comments of Ty Fiero

Also, PR #183 fixes the schematic.

That's an interesting idea. Get rid of the switch altogether, and just triple click the button to power on or off. Then we would only need the one button, right?...

This is where the code lives: https://github.com/OpenInterpreter/open-interpreter/tree/38a95aa9d30cdb0d72a637ddfedd7a20e8111cc5/interpreter/core/computer/display

Huh... we have been seeing this error: "Cannot call "receive" once a disconnect message has been received." frequently, which I believe is due to the device disconnecting before it receives...

I am open to a cross-platform flutter app for 01 if someone in the community wants to help build it. I have no experience with Flutter or Dart, nor does...

Good call out, the 1000C powerboost should be the one, although I saw in another issue thread #110 that someone thought that the 1000 might be overkill. We really should...

I just merged some changes that help with piper downloading, can you check to see if the latest merges fix the problem? If not please creat a pull request with...

As a user, I would love this feature addition. The lack of colors bums me out. The shades idea is great, I wonder how dark mode would work with shades...

I did some digging, it looks like the computer API imports are what are slowing it down substantially. With all of these dynamic imports, it takes 5.189 seconds to start...

I made a PR to lazy load modules to speed up the start-up time. There also was an arbitrary 5 second time delay added to --conversations for some reason, I...