-
I'm using default pulsar/pulsar user with `user.management.enable=false`. The default pulsar user is logged in successfully but creating a new Environment will throw `{"error":"User does not have perm…
-
Citus currently only supports a single level of partitioning, but many applications require multiple levels (e.g. date + data source).
```sql
create table grand_parent (x int, t timestamptz) pa…
-
Docker Services are great for stateless applications (e.g., web servers, workers) but most real application stacks revolve around one or more distributed stateful services (e.g., databases, message qu…
-
- [ ] [Spider: Yale Semantic Parsing and Text-to-SQL Challenge](https://yale-lily.github.io/spider)
# Spider: Yale Semantic Parsing and Text-to-SQL Challenge
**DESCRIPTION:**
Spider 1.0
Yale Se…
-
Compile the following project using VS 2017
[MaterialVS2017.zip](https://github.com/xamarin/XamarinComponents/files/4289828/MaterialVS2017.zip)
And you'll get the following exception
```
…
-
### Package
filament/filament
### Package Version
v3.2
### Laravel Version
v11
### Livewire Version
_No response_
### PHP Version
8.2
### Problem description
While preparing a video based o…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
At Facebook we are building a data reading framework for PyTorch which can efficiently read from data stores like Hive, MySQL, our internal blob store and any other tabular data sources. The framework…
-
When using docker-compose to bring up a stock citus cluster, I can't seem to execute any citus commands, other than `SELECT * FROM master_get_active_worker_nodes();`. I have provided my `up` output as…
-
We need rate limiting to prevent pre-auth DoS attacks.
Both in SQL and UI which may be exposed in public networks.
Two levels of rate limiting:
- for a single originator:
- increasingly slow…