Joacim Järkeborn

Results 7 issues of Joacim Järkeborn

Hi, Testing this UI with the docker-compose.yml below but when accessing Schema Registry UI (http://localhost:8000) I get Connectivity Error. Testing Schema Registry on http://localhost:8084/config in a browser I get `{"compatibilityLevel":"BACKWARD"}`...

**Description** We need a way to manage Docker Hub Organizations via CLI and/or API to be able to automate Teams and Users. Due to the new Docker license we need...

Hi, This is more of a feature request. We are using docker `system prune -a -f --filter "until=168h"` in a daily cron job. However if the container was created e.g....

kind/enhancement

Hi, It would be nice to have the possibillity to have a configurable number of items shown on the quadrants overview. Like if we have 15 items on Languages &...

enhancement

Hi, When using Ubuntu 18.04.2 it works fine ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic $ openssl...

Hi, When using s3cmd on Ubuntu 22.04 and Python 3.10.6 I get: ``` $ s3cmd ls s3:// ERROR: SSL certificate verification failure: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997) ```...

Using latest Papaparse to parse large CSV files. It handles double quotes in the value but not when value starts with double quotes. Using this code: ```javascript const parsePromise =...