-
Is full transaction support for Iceberg on the roadmap?
What I tried (SQL):
``` sql
START TRANSACTION;
insert into my_trino_schema.my_table
select 43, 'hello world 2', 12.12;
insert into…
-
### VS Code version
1.92.1
### Extension version
2.3.0
### Biome version
1.8.3
### Operating system
- [ ] Windows
- [X] macOS
- [ ] Linux
### Description
I set `biome.json…
-
When I try to provision openchange I get the following error:
root@pdc:~# openchange_provision --ignore-already-exists --standalone
NOTE: This operation can take several minutes
[+] Step 1: Register …
-
### Describe the bug.
Running
```
# I'm not using `ag` since I gathered it's depracated
asyncapi generate fromTemplate https://raw.githubusercontent.com/asyncapi/generator/v1.0.1/test/docs/du…
-
https://cveawg.mitre.org/api/cve/CVE-2023-21744 includes:
```
"product":"Microsoft SharePoint Server Subscription Edition","versions":[{"version":"unspecified","status":"affected"}]
```
The origin…
-
**Describe the bug**
It doesn't seem like there's a way to force postgrator to run a script that has been skipped/missed without first rolling back (assuming you have an undo for every script in betw…
-
Clicking "Request a change" link when viewing the API Docs for a package navigates to `pulumi-hugo` (which in itself is incorrect as it should go to the registry). Instead, we should update it to go t…
-
I am adding a 'user' key to the token claims with the user data including its permissions. Following exactly [this](https://eadwincode.github.io/django-ninja-jwt/customizing_token_claims/) I get the t…
-
# the need
Currently, there is no up-to-date or maintained kotlin plug-in that generates kotlin code from an avro schema file.
This plug-in would generate kotlin source code compatible with avro4k…
-
As silly as the title is, I think it's about the most condensed way to describe my problem.
1. If I have a Pandas dataframe
2. And I use a Pandera DataFrameModel class to validate said dataframe
…