Semjon Geist

Results 10 issues of Semjon Geist

I get SSL / CA-CERT errors ``` 'SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain ' ``` When trying to connect a non-AWS S3, the boto3-client...

ingestion

Could you please implement specific gaps for each side (e.g. in percent). Here is an example like: inputs: ``` const topGridPortion = 10 const bottomGridPortion = 100 const leftGridPortion =...

enhancement

### Description Related to https://github.com/quickwit-oss/quickwit/issues/2067 Changes: - Add "libsasl2-dev" to build deb-requirements in Dockerfile (https://github.com/quickwit-oss/quickwit/blob/main/Dockerfile) - Add sasl to rdkafka features in quickwit-indexing Cargo.toml (https://github.com/quickwit-oss/quickwit/blob/main/quickwit/quickwit-indexing/Cargo.toml) ### How was this PR...

It is currently not possible to use a Sasl connection with a Kafka source. Currently you would get the following error message with a SASL configuration: ``` Command failed: Failed...

enhancement

## Change Summary For some reason the baseId parameter is undefined in the frontend when calling the tableCreate function. As a result, the request-url is not correct and the backend...

🚧 Status: Changes Requested

Would be nice when we could create a more colorful CLI. Maybe ich can try to implement this if i have the time :-) https://github.com/Textualize/rich

### Behavior: - Error when click on "Pane Title Color Settings" - Block is not editable anymore. Its only a box with the message: "In diesem Block ist ein Fehler...

For some reason the title disappears on hover and I can't manage to reconfigure. https://user-images.githubusercontent.com/42977205/215512592-c1a63782-87b9-4485-8cc4-a8f7832e656b.mp4

I would like to use the Jetbrains IDE's with custom terminals (e.g. a Tmux session) and execute individual lines / selections. Similar to this project (deprecated): https://github.com/cursive-ide/sendtoterminal

Fix pattern issues when running pytest -> `r"...*"` Small change, but I can't currently work around it when I run pytest. Error: ``` "", str(attr) E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E SyntaxError: invalid...