Dai Zhang
Dai Zhang
After `docker-compose up`, when I try to initialize nextcloud, or when to open the app store. It turns out "504 Gateway timed out'. I have inspected the nginx logs, and...
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...
### Checks - [X] I have checked for [existing issues](https://github.com/airflow-helm/charts/issues). - [x] This report is about the [`User-Community Airflow Helm Chart`](https://github.com/airflow-helm/charts/tree/main/charts/airflow). ### Chart Version 8.8.0 ### Kubernetes Version ```shell Client...
### Expected behavior when using simple `select * from db`, the speed should not be less than the original database's speed, otherwise the system overall will be delayed by trino...
I have deployed gpu-operator on a rke2 cluster with the following values.yaml ``` nfd: enabled: true mig: strategy: single psp: enabled: false driver: enabled: true repository: nvcr.io/nvidia version: "525.60.13" rdma:...
I want my first few columns should never be moved out of the screen, what should I do to pin them. thanks.
### the version of `lance` I used v0.10.9 ### the problem I cannot `write_dataset` because it cannot connect to the backend MinIO OSS. ### how to reproduce? the code I...
it's a common case for user to inspect the currently available dataset that could be read. for other project or databases, there would be `show tables` or `list_datasets` functions.
I have tested that lance could able to save and load data type like `TIME` and `DURATION` correctly. ``` import pandas as pd import lance import pyarrow as pa table...