Ulrich Petri
Ulrich Petri
## Abstract We currently only build x86_64 based macOS binary bundles. We should also support Apple Silicon ARM builds. ## Motivation It's the future ## Specification Needs all dependencies with...
## Description Fixes: # Please, describe what this PR does in detail: - If it's a bug fix, detail the root cause of the bug and how this PR fixes...
## Problem Definition The automatic release deployment is broken: - [Github Releases](https://app.circleci.com/pipelines/github/raiden-network/raiden/11579/workflows/5331fcb1-a03f-46a7-ade2-23ede1b9970f/jobs/184146) - [Homebrew](https://app.circleci.com/pipelines/github/raiden-network/raiden/11579/workflows/5331fcb1-a03f-46a7-ade2-23ede1b9970f/jobs/184147)
## Problem Definition #6887 fixed most deprecation warnings as of 2021.03. The remaining ones are dependent on upstream fixes: Requires: raiden-network/raiden-api-client#1 Requires: matrix-org/synapse#9641 ~~Requires: matrix-org/synapse#9642~~ Requires: slezica/python-frozendict#25 Requires: bitprophet/releases#94
## Problem Definition Since CircleCI doesn't have native support for ARM environments we currently build our ARM releases on ARM VPS' from Scaleway. Unfortunately they [have announced those will reach...
## Problem Definition All our releases as well as the source tree in `master` currently default to the `production` `environment-type`. IMO this is a problem since we want our users...
## Abstract We want to support single payments that cross token network boundaries. ## Motivation TBD ## Specification - Implementation in Raiden itself External makes little sense b/c of difficulties...
**Describe the bug** When game event sounds are enabled they constantly pause any background audio that may be playing (e.g. music, podcasts, PiP videos). This is incredibly annoying! **To Reproduce**...
Neither of the following returns the actual OS downloads, but rather just some junk apps: `mas search Yosemite` `mas search "El Capitan"` `mas search Lion`
The python package isn't installable if `libpostal` isn't separately installed on the system beforehand. That is quite unexpected for a python package wrapping a C-library.