-
Below is an reproduction of the problem, on both 2.12.8 and 2.13.0-M5.
```scala
scala> :paste
// Entering paste mode (ctrl-D to finish)
object Bug {
import java.nio._
def apply[T,B]…
-
### Issue Description
I get error when use nexa server command
nexaai server Qwen2.5-Coder-1.5B-Instruct:q4_0
Error
TypeError: unsupported operand type(s) for |: 'type' and 'type'
### Steps…
-
Some[Any]?
```scala
class A {
// Inferred type is Some[Any]
def f1(x: Any) = x match { case y @ Some(Some(Some(_: String))) => y }
}
```
-
Rust fails to properly infer types when there is a type parameter that implements are trait that contains associated types that have relationships between each other.
Suppose there are two structs …
-
### What happened + What you expected to happen
With the current `write_bigquery` implementation the list-typed fields are written as `RECORD` of `REPEATED RECORD` of `NULLABLE` element.
![image](ht…
-
Seems pretty minor, but maybe report is useful (Haxe nightly)
```haxe
class Point {
public function new() {}
public var x = 0;
public var y = 0;
}
class Main {
static function main() {
…
-
My trying to rewrite my code with new elasticsearch client v8-beta.1.
I am using mapping attributes on index class and AutoMap function. I did not find this feature in new version.
I hope this w…
-
If I understand things correctly (and correct me if I am wrong), Pose-app will simply not work or install on a machine that does not have CUDA on it.
In my case (and probably in the case of many o…
-
This is loosely related to https://github.com/denoland/fresh/issues/1386.
Imagine the following folder Struture:
```
routes/
userarea
SomePage.tsx
_middleware.ts
…
-
### Request description
In verifiers and shape functions of StableHLO / MHLO, different ops have inconsistent error messages. Consider wrap them with macros and/or utils functions.