Simon Vandel Sillesen
Simon Vandel Sillesen
### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
When editing the [package.metadata.lambda.bin..env] section of a Cargo.toml file, it seems that the change is not causing the `cargo lambda watch` invocation to reload the loaded environment variables in the...
### Describe the bug Joins where the `ON` filter are not equality, but rather inequalities like ` etc. seem slow. Atleast compared to DuckDB which seem like a direct "competitor"....
### Describe the bug I'm testing performance of querying a number of Parquet files, where I can make some assumptions about the Parquet files. - Each Parquet file is already...
### Is your feature request related to a problem or challenge? I would like to be able to cast a duration to a different timeunit. Current behavior: ``` DataFusion CLI...
## Expected Behavior When using `async_graphql::Interface` with a field that starts with underscore ``` #[derive(Interface)] #[graphql( field(name = "_id", ty = "String"), )] pub enum MyInterface { TypeA(TypeA) } ```...
Fixes https://github.com/async-graphql/async-graphql/issues/1698 I had to change a bunch of places that relied on variable names with underscores not being preserved. So technically I think this is a breaking change -...