-
Currently, the theme of the site is dark with white text on a dark grey background. The site should be modified to support light mode, so that when the user's system is in light mode, the ui's text is…
-
# Description
As has been brought up before, and as was brought up again by @lukasheinrich, the process of cutting a release should be automated. Lukas has suggested that
> We should have a `cut…
-
👋 Hi! Coming over from https://github.com/mochajs/mocha/issues/5070, there's a trail in our dependencies that ends with an old version of `tough-cookie` and starts with our dependency on `assetgraph`.…
-
In the old version of the bumps website (not sure where it is now) there was a page that stacked all years of a particular competition (i.e. either Mens Torpids, Mens Eights, Womens Torpids or Womens …
-
### What is your question?
Currently our company uses 1 repo per conan package. However, this has led to a lot of pain in a several scenarios including: developing a change across several packages, t…
-
### Which component is your feature related to?
Other (Please describe below)
### Feature Request
There is a script (`./scripts/release.sh`) that is supposed to prepare the code in repo for t…
-
This came up in #370, but the source separation metrics are presently implemented using the old / legacy scipy.fftpack API. As the modernization PR bumps the minimum scipy version requirement to 1.4,…
-
**Now:**
Mp3File mp3file = new Mp3File("mpthreetest.mp3");
ID3v2 id3v24Tag = new ID3v24Tag();
mp3file.setId3v2Tag(id3v24Tag);
id3v24Tag.setArtist("Test"…
-
**Goal**: Implement automated scanning capabilities that are tool agnostic for identifying vulnerabilities in Kubernetes related artifacts, followed by a documented private triage process to resolve t…
-
We're using [Renovate](https://github.com/renovatebot/renovate) to maintain our project's dependencies.
It has this nifty feature where once a PR is approved, it can merge it using a comment - like…