-
I'm hoping someone can assist me. I recently had to restore my HA instance and restored everything via my backup. All my integrations are working; however, when it comes to this one, the sensors for m…
-
**Which API doesn't behave as documented, and how does it misbehave?**
When calling `LockCachingAudioSource.request()` after a network error occurs, no bytes will be transferred.
**Minimal repro…
-
Hi funannotate team,
First, congratulations on the development of funannotate, is a great annotation tool for fungal genomes, I am having great fun using it!
I am trying to annotate some yeast g…
-
First of all thank you so mush for adding access to the image stream in 0.2.8, I'm sure may people will be very happy about this.
I know the latest commit is fresh off the press, bit I would love to …
-
I'm going through the standard "new contributor tries to make himself useful" steps and (predictably) picked out the documentation as an area in which I can make progress toward that goal. There are …
-
There's the intent to package at https://bugs.debian.org/897673
and the current public state: https://salsa.debian.org/science-team/coot
and then there's some success on a local machine that builds …
-
```dart
void main() {
String? test;
String anotherTest = '$test';
print(anotherTest);
}
```
I tried this on dartpad this prints ```null```.
Feel like this is a hack and shouldn't be …
-
To test a python package I'm using a matrix build and I want to be able to build different `devcontainer` images for different python versions. In order to that I need to be able to specify the python…
-
Replace the current ![Serious Scaffold Python](https://img.shields.io/badge/serious%20scaffold-python-blue)
-
### Describe the problem
I am developing a template while keeping the generated project in the same repo. I usually test the template with `-r HEAD` which is good, but the painpoint is that the value…