-
https://godbolt.org/z/Yfsdrnn4E
```cpp
struct foo {
foo(const foo&) = default;
foo(auto) requires([] -> bool { return true; }()) {}
};
struct bar { foo x; };
int main() {}
```
```…
-
Variables marked with !default need to be overridden before the `$example: 10px !default` is defined. Many people don't know this; thereby, this should be stated somewhere.
-
Was very excited to hear about non-colliding keymaps, except I can't try them easily (I have a workaround) since it's only accessed through a configuration screen and there's not an actual configu…
-
Hi,
When I tried to use `diode-send-dir` (with the v2.1.0 tag), I found that the options in the documentation didn't match the options offered by the binary.
`diode-send-dir` in the doc :
```…
-
Add:
- system prompt that always will apply to the context of all messages in sense
- system prompt that always will apply to the context of all search requests using oracle
Notes:
- this syste…
-
Up through 0.9.3 our PG embeddings helpers was not dealing with schemata at all. In a project we needed to work with Supabase, and schemata had already ben set up, and we were enabling pgvector via th…
-
## Steps to Reproduce
1. Play a video in e.g. YouTube
2. open fullscreen mode
3. change the size of the fullscreen window to e.g. 3X
4. leave fullscren mode
5. open again fullscreen mode
No…
-
For example:
If None is set for an int parameter in the params file:
`ValueError: invalid literal for int() with base 10: 'None'`
And on the command line:
`deepttc_train_improve.py: error: arg…
-
As a reader, I want to know if Linkerd supports all versions of the Gateway API by default, so I can configure my cluster accordingly.
If it support all write a note about it. If not, then list the…
-
### What happens?
I am using httpfs to query parquet files from Hugging Face.
Hugging Face initially returns a 302 redirect for the download file which DuckDB tries to follow. However DuckDB URL d…