-
in a workaround codepath i used a sub-container in a provider
due to a oversight the tests never triggered the bit where requesting it may deadlock by locking the parent container again
ideally …
-
### Does this bug already exist in our backlog?
- [x] I have checked and confirm this is a new bug.
### Describe the issue
Bad news.
We responded to this change https://admin.cloud.microsoft/?ref…
-
When running `pip install -e openghg_inversions` I ran into an installation issue related to pymc.
My workaround was to install pymc when creating the new environment (note I used conda rather than…
-
### Problem
Remove +, -, *, /, % and any other operator that can cause an overflow/underflow. Replace it with `.wrapping_add`, `.wrapping_sub`, etc.
Pros:
- Matches all other primitive data types …
-
I added [workarounds](https://embarkstudios.github.io/cargo-about/cli/generate/workarounds.html) to cargo-about since there are a lot of crates, even widely used ones, that make machine reading of the…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/…
-
Please take a look at this code:
```cs
var car = new Car();
Assert.IsNotNull(car);
Assert.IsTrue(car.HasEngine);
```
When using ReSharper, it works perfectly fine without any complaints. Now I…
-
## Description
Introduce a Masterlist System that is downloaded from GitHub on every launch of SSE-AT. This system will provide warnings, guidance, and workarounds for mods with known translation lim…
-
Bruh. https://bugs.mojang.com/browse/MC-61864
-
See this code:
https://github.com/clangd/vscode-clangd/blob/cee0726d4616d500a5989c28cbcb6a8ab08bef9f/src/clangd-context.ts#L118-L123
However, that codepath is skipped if serverCompletionRanking …