-
Using rust-analyzer on this [crate](https://github.com/RustCrypto/traits/tree/a54bd0d7fbe7ea3543ff36eafbfbbb1b309aaccb/aead) (note the commit hash) results in two false-positive compilation errors (i.…
-
What are the resources one needs to specify here?
`let resources = vec![String::from("account1"), String::from("account2")];`
Looking at the `rslock` crate which is referenced, is it the same as…
-
LangChain resources:
- https://python.langchain.com/v0.2/docs/integrations/providers/sqlite
- https://python.langchain.com/v0.2/docs/integrations/vectorstores/sqlitevss/
Dart resources:
- https:…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
Related pr: https://github.com/pingcap/tidb/pull/56286
```
cre…
-
Currently due to the way name-to-id is build, we cannot have points in columnames if it collides with a struct.
The following schema fails to build:
```rust
let schema = Schema::builder()…
-
I use 0.7.6 and cannot compile it due to errors inside alloy-json-abi.
Here's the output when building:
![ksnip_20241024-133033](https://github.com/user-attachments/assets/581cd52f-06a8-4c96-829…
-
I'm trying to using torchscript.jit.trace to compile stable-diffusion-v1.4 and convert it into stablehlo.
But the conversion failed because of Upsample op in stable-diffusion.
```
%9885 = stableh…
-
the failure points to a conceptual mistake how variables are scoped in rust code generation.
this should be fixed.
-
I have a function that returns a nested `Vec`:
```rust
#[pg_extern]
fn test_nested() -> Vec {
vec![vec![1.1, 1.2, 1.3], vec![2.1, 2.2, 2.3]]
}
```
I expected the same results as this:
…
jawj updated
4 months ago
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
While working on upgrading to DF 43 I discovered that casting support for utf8view bool ha…