Stijn De Haes

Results 11 issues of Stijn De Haes

I was looking through the documentation of this library and couldn't help but notice that there is no pagination on the S3 List call. Am I correct? I need this...

**Describe the bug** The following packages: ``` acryl-datahub==0.8.42 acryl-datahub[datahub-rest]==0.8.42 acryl-datahub[datahub-kafka]==0.8.42 ``` Can not be installed together with Airflow 2.3.3. ``` markupsafe>=1.1.1 (from apache-airflow==2.3.3->-r requirements-2.in (line 6)) MarkupSafe>=0.23 (from jinja2==2.11.3->apache-airflow==2.3.3->-r requirements-2.in...

bug
devops

Hi All, We are seeing a lot of error logs when running our operator into production. And we can't figure out what is happening. The basic flow of what we...

I use a different flag framework to parse flags, and would like this to be a configuration option you pass to the rotator when starting up. However this might be...

We had a node where sysbox-mgr failed to start resulting in no container able to launch with sysbox. It looks like sysbox-mgr failed to start on time, I attached the...

bug

Is it possible to add checkpointing support to sysbox-runc? I tried to checkpoint a container running under sysbox and got the following error: ``` configured runtime does not support checkpoint/restore...

New feature

After trying the AL2023 AMI I noticed startup is way slower compared to the AL2 image. After some help from @ndbaker1 I made the following analysis using `systemd-analyze`. I added...

## Explain your user case and expected results The embedded struct should be nil, but because `type Address string` is used the embedded struct is not nil

When using pgbouncer 1.23.0 or 1.23.0 (I am using this image public.ecr.aws/bitnami/pgbouncer:1.23.1) the exporter has the following in the logs: ``` 2024/09/18 08:32:59 could not get store result: could not...