-
Setup:
- latest HA in docker `docker pull homeassistant/home-assistant:latest`,
- trying to setup FasterWhisper: Settings > Integrations > Add Integration > Faster Whisper
- Error pop up message:
…
-
# Problem
> At the moment, Apinf UI allows the user to use any proxy backend path as long as it is unique. However, API Umbrella matches APIs for calls by the matching order field. As a result, cal…
-
Hey everyone! I have both an issue and question.
tldr: passing `undefined` as function arg causes flow to choose the "curried" type definition for that function (i.e. in `equals`)
Consider the f…
-
I am trying to run INLET_TEST/Coupled = ROMS+SWAN same grid. When I try to build the coawst model, the below error appeared.
ocean_coupler.f90(18): error #7002: Error in opening the compiled module f…
-
I've tried using YAML-1.26 to parse report files written by Puppet (AFAIK using `libyaml` behind the scenes), but I got `YAML_LOAD_ERR_BAD_MAP_ELEMENT` for content similar to the following snippet:
…
ferki updated
5 years ago
-
When using flow to define props defined using the shorthand notation of `mapDispatchToProps`, flow flags the lack of those props when the component is consumed. After looking at the definition, it app…
-
It seems quite easy to force parallel downstream processing by accident. One can intuitively use parallel coroutines in flow builder (instead of producer) and suddenly all downstream operators, along …
-
### Expected Behavior
I expect my test to be green when testing open suspended functions in an abstract class
### Current Behavior
The unit tests are failing to match the mocking signature
…
-
#744 will add support for `ruff format` as a code-formatter.
Ruff also supports the [`ruff check --fix`](https://docs.astral.sh/ruff/linter/#fixes) in its linter command, that allows it to automati…
-
My file starts with `// @flow`, but that comment gets erased with autofix.
I'll gladly fix this, I'm just wondering if it's ok that I completely remove the replacing behavior. I think it was meant …