litetex
litetex
#### What is it? - [x] Feature (user facing) #### Description of the changes in your PR 👉 https://github.com/TeamNewPipe/NewPipeExtractor/pull/833 Adds support for [Invidious](https://invidious.io/) instances (require a working API). * Divided...
So after I fixed every test in the extractor (#882) I noticed that YT seems to have changed the music extraction which results in some errors:  ``` java.lang.AssertionError: Next...
It would be great if IDE specific things like our code style are checked in in Git. Background: https://github.com/TeamNewPipe/NewPipeExtractor/pull/882#discussion_r939651925 > Why does your editor keep moving these around? ... >...
### Checklist - [x] I am using the latest version - 0.21.16 - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo....
I tried to create a jira bridge with the following command line: ``` git bug bridge configure --name=jira --target=jira --base-url=https://DOMAIN.atlassian.net --project=PROJECT --login=MY_EMAIL --token=TOKEN ``` however the output is ``Error: Project...
### Checklist - [x] I am using the latest version - 0.21.15 - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo....
At first, the website looks already pretty good in my opinion. However I miss the dark mode a bit. Actual footage which shows what happen when I open the website...
### 📝 Preliminary Checks - [X] I tried searching for an existing issue and followed the [debugging docs](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/) advice, but still need assistance. ### 👀 What Happened? I tried to...
#### Describe the bug When running ``mimirtool backfill`` I get ``caller=block_upload.go:207 level=warn component=compactor user=tdr feature="block upload" block=01J4WNXPS4GSR8AMK9A4732704 operation="start block upload" request_id=17ec82ff283a34ff msg="can't check block state" response="block validation failed" status=400`` Setting...
The ``process_cpu_seconds_total`` seems to be completely broken: 1. It's a ``gauge`` and not a ``counter``.Is there some hidden time travel functionallity included? 😄 2. The value is always ``0`` and...