-
Trying to use `with return` to extract a tuple element, it won't play nice as if done manually.
```
fun this-works( action : () -> e (a, b) ) : e a
action().fst
fun this-also-works( action :…
-
### Describe the feature request.
AWS Bedrock now supports Cross-Region Inference via `Inference Profiles`. These allow a user to choose raw throughput over maintaining data in any one specific regio…
-
Hi,
We've been making use of your library quite a lot and it's been a joy to use! The only challenge I've really run into is handling pyright/mypy errors with the `@inject` decorator. The decorator…
-
Boolean array, always passed as a boolean value, here is an example:
```JS
await sql`SELECT ${[false, true]} AS bool_array`
// Result(1) [ { bool_array: false } ]
```
this query is throwing an er…
-
模型类型为PP-YOLOE_plus-L
Inference.yml文件内容如下:
```
mode: paddle
draw_threshold: 0.5
metric: COCO
use_dynamic_shape: false
Global:
pipeline_name: PP-YOLOE_plus-L
model_name: PP-YOLOE_plus-L
ar…
-
Either for development purposes, or in general, we could add global type inference to Sway.
For example, you could define a function:
```rust
fn foo(a, b) { a * b }
```
and a type signature could…
-
### 🔎 Search Terms
- discriminated union inference
- union argument inference
### 🕗 Version & Regression Information
- This is a compilation error in `tsserver 3.3.2` …
-
### 🔎 Search Terms
union order type infer
### 🕗 Version & Regression Information
This is the behavior in every version I tried, and I reviewed the FAQ for entries about `union` / `order`
### ⏯ Pl…
-
Hi, I followed the steps in the readme when using it and it works fine on my pc and laptop. But nothing is detected on the jetson agx orin. My environment is as follows: jetpack5.1.1, tensorrt8.5.2.2,…
-
## Feature request: Guard against `==` for float comparison
I'm not sure if this is doable from `ruff`'s side as this might need optional static typing (`mypy` for example).
I could think of th…