-
Amazon Bedrock has added a new feature called "application inference profiles".
Using application inference profiles is like adding an alias to a base model.
* Creating an application inference…
-
### Description:
There is an inconsistency in type inference when accessing an array value directly using a string key versus using a variable containing the same string key. The first method correct…
-
### Search before asking
- [X] I have searched the Inference [issues](https://github.com/roboflow/inference/issues) and found no similar bug report.
### Bug
inference 0.22.2 has requirement typer=…
-
### Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.3
- Builder: …
-
I think it's serious:
```
type Ah =
static member plus (a: Ah, b: Ah) = "Ah"
type TestPlus =
static member plus(a: int, b: int) = a + b
static member pl…
-
## strict_top_level_inference
## Description
Missing top-level declaration type defaulted to `dynamic`.
## Details
Based on discussion on `always_declare_return_types`, and why it's not su…
-
```scala
object HK {
class B2[A, B[_]]
class A2[X] extends B2[X, Some]
def t1(x: A2[Int]) = x match { case _: B2[_, _] => true }
def t2(x: A2[Int]) = x match { case _: B2[Int, typeVar] => …
-
### What version of Hono are you using?
4.6.8
### What runtime/platform is your app running on?
Bun
### What steps can reproduce the bug?
```typescript
type UserContext = {
Variables: {
…
-
### Bug report
If I write the mapping function like this I get error from phpstan that it is unable to infer the type
https://phpstan.org/r/81562057-9a62-46a3-8668-9a2bcc57398d
On the other han…
-
### Zig Version
0.14.0-dev.564+75cf7fca9
### Zig Language Server Version
dfe958e4d1a9ba503cfafd39164f090daea70109
### Client / Code Editor / Extensions
vscode
### Steps to Reproduce and Observed…
Vexu updated
18 hours ago