-
7.62x54 is an ammo type used for sniper rifles and machine guns. Due to some strange changes between original game and priquel, there are some strange issues happening.
In SoC it had three variants…
-
In my evaluation of ab-av1's `crf-search` I noticed that the scores seemed too high compared to my manual tests. I now realized that, according to `--help`, `--vfilter` is also applied to the referenc…
-
I've learned recently that Clang may mark certain function parameters as `noundef`, and passing uninitialized data in such parameters will be considered an UB (see https://llvm.org/docs/LangRef.html f…
-
its not an floating point issue between devices and then only the certainty changes
**on GPU i get (4/18) on CPU (16/18)**
in order to hard code GPU and then CPU i follow this commit
https://git…
-
We need to profile line-by-line memory usage of the light_cone codes (both MPI and JAX) and ensure that the memory usage matches to calculation. When running the MPI implementation for the full 6144 c…
-
### Description
In our setups, we keep having issues around Docker DNS resolution around times where we either:
1. restart Docker nodes in quick succession
2. update Docker nodes (and therefore…
s4ke updated
1 minute ago
-
This is something @BackOrder and I discussed in email a year to so ago and he wrote some proof of concept code but there were gems issues on Windows that prevented progress and we correctly went about…
-
As in https://github.com/EOL/tramea/issues/40 but for the search_by_provider API (http://eol.org/api/docs/search_by_provider). This would also help @iimog (and @jhpoelen too, I suspect)
-
Explanation in comment.
```cs
public interface ITestInterface
{
Task SomeMethod();
}
[Fact]
public async void TestBug()
{
var mock = new Mock();
mock
.Setup(x => x.S…
-
RxJava supports [backpressure](https://github.com/ReactiveX/RxJava/wiki/Backpressure). I don't believe that Hystrix currently participates in backpressure, as it is creating an Observable from scratc…