Bjorn Beishline

Results 13 comments of Bjorn Beishline

Here is how to do that, just implement the ref that is mentioned in the docs. ```jsx const changeBranch = () => { // clear the terminals input terminal.clearInput(); //...

I am more than willing to also help out with this endeavor. I already looked at the source code and made webpack build system work with typescript, if you want...

@staminna Yes, I'm doing so right now actually.

@staminna Here is the method with a nodejs backend Server ```ts io.on('connection', (socket: Socket) =>{ socket.on('clear', (params, callback) => { // send data back to client by using emit socket.emit('clear');...

Try to use yarn, I was having issues building using this project when using npm, maybe that will fix your issue.

Sorry for spamming commits, I just kept remembering that I could make things a bit better.

Is there any plan to ever implement this? The pull request only has a single additional line of code, so it isn't much to review if you are worried about...

I have a couple of Pico W's. I would be more than willing to test and help out.

https://github.com/adafruit/circuitpython/pull/6933 It looks like WiFi support has been merged into main for circuit python.

@WR8187 Did you manage to find out anything that could be causing this issue? I'm also experiencing this myself, and I'll see if I can find out what could be...