Thomas Scholtes

Results 44 issues of Thomas Scholtes

Python 2.7 has [reached its end of life](https://www.python.org/doc/sunset-python-2/) and tools are dropping support for it. We should drop support, too since there’s no value in mainting it.

The `beet completion` command does not output completion code for the `beet alt` options (and maybe the subcommands). We can fix this by implementing `_get_all_options()` on the `Argparser` class properly....

enhancement

The `killSignal` option inherited from [`child_process.spawn()`](https://nodejs.org/api/child_process.html#child_processspawncommand-args-options) has no effect. If this this option is specified it should set the default signal for killing the child as per the documentation of...

The ESM loader now resolves import paths using TypeScripts [path mapping][1] feature. [1]: https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping EDIT: Closes #1586

We use an SPDX expression for the `license` field in `package.json` instead of the non-standard list of licenses. This is the standard format that [NPM recommends][1]. [1]: https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license

I’m using Web3 v1.2.11 and the latest WalletConnect Web3 Provider to connect my app to the test wallet. When I send a transaction it shows up in the test wallet...

The Google Cloud Build results are only visible to team members with access to our GC project. For outside contributors it will be necessary to see these results.

enhancement

Breaking changes to the definition of primitive functions in the Radicle interpreter might lead to mcahines becoming unusable with these new versions of the interpreter. For example #277 removed the...

Sprout was caught in a restart loop because of the following crash. ```plain thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: RequestTimeout(Elapsed(()))', /home/seed/radicle-bins/seed/src/frontend.rs:243:48 stack backtrace: 0: 0x5605d4f157a0 -...

Currently, users of `radicle-daemon` get information about the connected peers from the [`Status`](https://github.com/radicle-dev/radicle-link/blob/132450937bd11a9249a7e51f1a9d29d4c1986189/daemon/src/peer/run_state.rs#L147-L150) in the [`StatusChanged`](https://github.com/radicle-dev/radicle-link/blob/132450937bd11a9249a7e51f1a9d29d4c1986189/daemon/src/peer/run_state.rs#L81-L86) Event. The list set of peers includes peers that the protocol has established a...