Andy Oknen

Results 9 comments of Andy Oknen

https://github.com/webtorrent/webtorrent/discussions/2353

I think I'm starting to understand - there is a project https://github.com/webtorrent/webtorrent-cli And it looks like it needs to be used if I want to use the web torrent client...

It doesn't seem to work properly either - I know that TCP/UDP communications may not always work, but how do you implement this in WebTorrent Desktop and why doesn't it...

> maybe you need to run your code on a server that the public network can access But what's the point of this in home use?

I'm not sure which of these helped me, but this configuration signs my code and notarizes successfully ```yml - name: Prepare for app notarization run: | mkdir -p ~/private_keys/ echo...

> @andyoknen do you still use `samuelmeuli/action-electron-builder@v1`? Do you mind sharing your entire configuration? I'm sorry, I mixed up the workflow - in the example above, I use electron-builder to...

I think the issue can be closed - my question is exhausted

> When you say it doesn't work, what happens? Does Ctrl+c do nothing or does it do the original intent of that key? hmm, I'm not sure about the behavior...

> Maybe that is what Ctrl+b is supposed to do? What does Ctrl+c do in your setup? CTRL+C is configured for copying to the clipboard at the OS level. I...