schlagmichdoch

Results 68 issues of schlagmichdoch

> This is due to the signaling server working as expected but the WebRTC connection failing. As the (edited) deviceNames are transferred between the devices only without ever being sent...

enhancement
under development

**What problem is solved by the new feature** Sometimes the WebRTC connection throws an error which results in a disconnection of devices and abort of transfers. They only connect again...

enhancement
under development
WebRTC

Release notes should be generated automatically. See: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes - [ ] Add a `release.yml` to configure the release notes - [ ] Add the flag `generateReleaseNotes` to the workflow to...

enhancement
github

**What problem is solved by the new feature** People without a GitHub account cannot create issues **Describe the feature** Webform like this https://reports.adguard.com/en/new_issue.html **Alternative** Provide simple e-mail address with template...

to be decided
pairdrop.net

**What problem is solved by the new feature** **Describe the feature** Check programmatically whether connection is p2p or relayed through turn server See this implementation as reference: https://github.com/saljam/webwormhole/blob/25b68f4f4c1aaa0c6c1949b60bd4ef52ec972ebb/web/ww.js#L235

enhancement
under development

When installing snapdrop as PWA by adding it to home screen, snapdrop could register itself as a share target to the device. By doing that files can simply be send...

I have some issues with the current implementation when sending and receiving multiple files: - The 'Ask to save each file before downloading' button is never shown again once it...

I wanted to run snapdrop as an instance on a raspberry Pi but devices where not shown to each other. Devices are grouped by their ip addresses. On local networks...

This pull request enhances the paste clipboard functionality introduced with #108 . ## Main changes 1. adds text support to clipboard _onPaste() functionality and fixes issue where pasting into message...

## Error Often the following error is logged: ``` Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to set local answer sdp: Called in wrong state: stable ``` (See: #555 #542...