Luis
Luis
changelog: - Include intelli-shell in README
https://github.com/lasantosr/intelli-shell It's a cli utility to bookmark commands with placeholders (or fetch them from tldr) and search or autocomplete at any time. It saves time when using long commands and...
#### New App Submission - [x] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md#readme). **Repo or homepage link:** https://github.com/lasantosr/intelli-shell **Description:** Bookmark commands with placeholders and search or autocomplete at any time. **Why I...
## Motivation Cursor-based pagination is implemented for single tables, but we can't use it when querying with related table, even it's the same concept and most of the work done...
# Environment **Delta-rs version**: 0.17.1 **Binding**: Rust **Environment**: - **OS**: Ubuntu 22.04 *** # Bug **What happened**: When a table is partitioned by any column: - If I try to...
Some Prometheus-like services like Cortex might require additional headers for authentication. Maybe some additional flag can be added to set a custom header when querying prometheus
Allows to retrieve the inner `Vec` of errors in the report, in case anyone needs to process them in a custom way.
This would be the first step for #105, feel free to update the codes. The derive macro to allow customizing those error codes is still pending.
When upgrading shuttle version, a restart is required according to the docs: https://docs.shuttle.rs/configuration/shuttle-versions#upgrading-shuttle-version This PR allows the action to restart the project before the deployment
I've faced the same issue as #278, i'll try to provide a reproducible example: Create a new workspace with the following structure: ``` ├── Cargo.toml ├── crate-a │ ├── Cargo.toml...