Christian
Christian
Rolling back doesn't seem to fix it for me. From what I can tell, the issue is that the bytecompiled file isn't loaded, so all functions that are generated at...
I set the default to following the system theme.
I had a go at it in #548 I still don't know why `ColorScheme::PreferDark` / `ColorScheme::PreferLight` do not respect system settings, but apparently `ColorScheme::Default` does. The PR also changes the...
Hmm... Perhaps the `setenv` break subsequent tests?
Yup, shouldn't have pushed those blobs. RE: tests - Isn't it sufficient that a GNU test covers this?
> Looks good to me, but under the `Run GNU root tests` job, we still have a `FAIL: tests/df/over-mount-device.sh`. Any idea why that might be? Were you able to run...
This should fix the spell checks, I believe that's all that's left to do?
> @ctsk ping? Hey, got caught up with other matters. Might get to it later this week. It seems like over-mounting is not a thing on windows, hopefully all that's...
How I got here: - I wanted to store embeddings in a duckdb database -- These embeddings are a `Vec`, and represented as `FLOAT[]` in the database - Storing a...
I'm moving this back to the draft stage, because it will conflict with https://github.com/apache/datafusion/pull/15476 once I fix that PR. I can't see a way to achieve the goals of this...