-
As continue of https://github.com/find-sec-bugs/find-sec-bugs/pull/669 still fails with 1.12.0
fails on return value of method:
public Map `test1()`
Full class example:
```java
import java.ut…
-
During the deployment process, kaldi reached the point of use utils/mkgraph_lookahead.sh . Returns an error:
`utils/mkgraph_lookahead.sh : compiling grammar data/ru-mix.lm.gz
tree-info exp/tdnn/tree…
-
### Version
3.8.5
### Summary
We are currently working on a migration from Apollo2 to Apollo3 and see a bunch of `IllegalArgumentException: Flow has more than one element` thrown when receivi…
-
When map is of type map[string]string (for example its source is the env) the get function returns an empty string instead of nil when the key doesn't exist
```
package main
import (
"fmt"
…
-
The SwissGeol terrain is failing to load in the official SwissGeol viewer when attempting to use the 'cli_terrain_ch-2m' option. This issue appears to be related to a CORS (Cross-Origin Resource Shari…
-
**Describe the bug**
With recent update to sass 1.80 we get another wave of deprecations, now about the import rules: https://sass-lang.com/d/import
```
DEPRECATION WARNING: Global built-in f…
-
In contrast to the MIR mut and immut visitors
https://github.com/rust-lang/rust/blob/c92a8e4d4d7e8da53aa05309ef8d4fac2c9af52f/compiler/rustc_middle/src/mir/visit.rs#L1235-L1236
which are generat…
-
## FE OOM Describe
When using StarRocks 3.3.0 to query a Hive table with a total of 500,000 partitions and 200 columns, the FE node experiences an OOM error, even if the query conditions limit t…
-
## Environment
Java 11, Kotlin 1.7.22, Gradle 8.5
ebean 14.7.0 | 15.7.0, h2database :2.3.232
```kotlin
plugins {
id("idea")
kotlin ("jvm") version "1.7.22"
kotlin ("kapt") version "1.7.22…
-
For instance, how large maps can be, etc.
- Account state size's upper bound is around 65k cells, which, for instance, constraints a single contract map size to be about 20k - 30k entries (it seems…