Johannes Dröge

Results 33 issues of Johannes Dröge

When running v0.1.3 built on Linux, I get the following error: ``` Checking for update Error: Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/DataThirstLtd/DBFS-Explorer/releases/download/v0.1.3/latest-linux.yml): HttpError: 404 Not Found...

Hey, I'm running a self-hosted Etesync instance with two users and noted that, for some reason, some calendar entries are created multiple times. Clients, such as the DAV proxy or...

### Description I want to be sure that data which is serialized and transferred is really valid. Currently, the constraints are only checked when decoding them. To achieve this, one...

### Description This feature request is more of a discussion about how to use or generalize the current functionality to support large data and other serialization protocols. In my application,...

### Description This is half a question. When working with type definitions aka schemas and type objects, we usually keep them logically separate, in particular if the serialization protocol is...

## Describe the bug When writing the transfered content to a file or pipe using `--stdout`, the content is not equivalent to the original. Instead, the receiver command adds a...

bug

Hi, I was using VirtualXposed via F-Droid on past Android releases. Newer Android versions > 12 seem not to be supported properly. Looking at the state of development, I have...

### Describe the Bug/Crash Start app, see bug report. ### Describe the intended behavior Not crash. ### What android version do you use? Android 10 ### What device model do...

bug
music
critical

This minimalistic PR adds the possibility to specify custom http headers as transport configuration. Example: ``` component = AutobahnComponent( transports={ "type": "websocket", "url": "YOUR URL", "headers": {"Authorization": "YOUR CUSTOM AUTHORIZATION"},...

Hi, I know that there is ongoing work to remove or reduce the dependency on raw file descriptors in #283 and #311. However, this issue I have is with the...