-
Rust / System details:
```
$ rustc -vV
rustc 1.75.0 (82e1608df 2023-12-21)
binary: rustc
commit-hash: 82e1608dfa6e0b5569232559e3d385fea5a93112
commit-date: 2023-12-21
host: x86_64-unknown-l…
n1000 updated
2 months ago
-
### Describe the bug
SQL compilation error is returned if a TEXT variable is used in a CTE that is later called within a PIVOT function
### To Reproduce
1. Set up Metabase (texted in 48, 49 a…
-
### Title
Error: Binary construction fails during Claude tool-use streaming
### Description
When attempting to stream a Claude API request with tool use enabled, the process terminates with a bin…
-
We likely take ownership of the input to `PointerBuf::parse` but do not include it in resulting `ParseError`.
#### `PointerBuf::parse`:
```rust
pub fn parse(s: impl Into) -> Result {
let s =…
-
- Attacker: [0xca42Fd5579E7b57e82B0bA3e0F38ebeEd3c9C046](https://bscscan.com/address/0xca42fd5579e7b57e82b0ba3e0f38ebeed3c9c046)
- AD Alert: https://app.forta.network/alerts/0x001c4a5b7e56dea22f44cf4…
-
While testing the release v2.0.0 land da container I noticed this error message for the `plot_stats` task:
```===== var name: totalSnowDepth ========================
File date= 2000-01-03-00
File d…
-
# This is a Bug Report
## Description
* What went wrong?
`Fn::GetAtt` was not evaluated inside the `input` field
* What did you expect should have happened?
The `ClusterArn` field in `i…
-
In https://github.com/rust-lang/rust/pull/127744 we begin to `deny(unsafe_op_in_unsafe_fn)` in the standard library, but there are... many... platforms which all use unsafe code inside unsafe function…
-
Is such behaviour expected? When i use get_audio_embedding_from_data multiple times and take the cosine similarity between the audio, the cosine similarity varies significantly.
```import librosa
…
-
### 概要
- traitでasync fnを定義できるようになったのが1.75.0からだから
### その他
-