-
I encountered this mainly with the target quantity of the wares to get a hero: i get always more wares (e.g. gilded armor) than set in the economy options. Formerly i guessed that some wares might are…
-
Original code of `calculateTotalIncorrectVectors()`:
```
private int calculateTotalIncorrectVectors(int[] sigma) {
int incorrectVectorCount = 0;
for (int i = 1; i < sigma.length …
-
When setting zone config constraints, a common pattern with 5x replication is assign two regions, a primary and secondary, which are preferred as leaseholders, with a third region holding a single rep…
kvoli updated
1 month ago
-
Hi,
would it be possible to add an option to start lines from 0 instead of 1 ?
I am working on a chip emulator in assembly which has offsets into tags starting from 0.
Thanks :)
-
### Create a function that calculates the percentage of valid English words in the generated text and return it.
-
### Bug report
I found false positive reporting of `Comparison operation ">" between int and 0 is always true.` on arrays in cases when they are emptied by unsets.
It occurs when unset is called i…
-
Example scenario for the issue:
Consider a yarn monorepo having with packages and 3 of them are a,b,c where pkg-a build task depends on pkg-b, pkg-c.
And every test task depends on its build. The L…
-
### Elasticsearch Version
8.15.2
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
ubuntu 24.04
### Problem Description
The `linearWeightedAvg` moving function app…
-
**Environment:** All
**Reproducible:** Always
**Build found:** [46ca722](https://github.com/ita-social-projects/StreetCode/commit/46ca72201f37d5505267870bbe8f449fcbb26d02)
**Preconditions**
1. O…
-
The sum of `LANGS_FILES_COUNT` is less than `FILE_COUNT` when a repository contains files wit no language detected.
In such cases, there are no stats about their size, number of lines or the amount…