webtty icon indicating copy to clipboard operation
webtty copied to clipboard

Share a terminal session over WebRTC

Results 22 webtty issues
Sort by recently updated
recently updated
newest added

First of all thank you for your work in this project and especially the thought of releasing the prebuilt binaries I suppose you have or are using some kind of...

When entering the response of the client, I get 'Quitting with an unexpected error: "unexpected end of JSON input"'.

Implement the function mentioned in #37 .

As title. Instead of opening up https://maxmcd.github.io/webtty/ (**the site** below) and manually initializing the connection (copy-pasting the key/answer), I am considering an usage like passing the key directly in URL...

We just need to add the following to our `go test` ``` -coverprofile=cover.out -covermode=atomic ``` Then use this action after the tests run ``` - uses: codecov/codecov-action@v1 with: file: ./cover.out...

We can use the Github Action and inserts the errors right into the UI. ``` - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: version: v1.31 ``` Currently it can't be run because...

![image](https://user-images.githubusercontent.com/2415206/101628772-9a7a4180-3a20-11eb-8d19-ba1e5a084d30.png) The only thing I did is pasting the code

This is really cool. If I understand the sdp key exchange, it would be possible for a service to gen a key as a QR code and the developer to...

In both firefox and chrome, I get an error at [https://maxmcd.github.io/webtty/](https://maxmcd.github.io/webtty/), whenever I try to paste the offer message... ``` InvalidParameterError: Empty or null SDP provided to setLocalDescription InvalidStateError: setRemoteDescription...