Ondrej Kokes

Results 109 comments of Ondrej Kokes

Bonusová otázka - neskáče se v Praze, protože je vysoký limit pro křížky - co kdyby ten limit nebyl a počítalo by se čistě počet hlasů. (ten max duplikovat a...

Ahoj, díky za PR! 1. Ten timestamp u csv exportu se mi líbí, často se mi stává, že si přemažu starý exporty. Asi by to mělo být separé PR, ale...

I will look into it later this week. I'll think a bit about the API - maybe the iteration functionality doesn't have to be private - it can be a...

Alright, I've submitted a draft pull request - there are still some kinks to work out, I'll also need to test it against a live SFDC instance (while I still...

OK, I've tried the stable simple_salesforce against a live SFDC instance and it indeed returns `totalSize` in `query_all`, so I had to add it to both the new implementation +...

If I don't include a port (`%defaultDatasource jdbc:postgresql://localhost/mydb`), it does fail on a different error, on postgres' validation query. Googling that error I realised the Postgres driver specified in `build.gradle`...

Thanks, @pteichman, this helped me get closer to CONNECT proxy, just a few extra notes for whoever might come across this: - The http3 client itself does not expect the...

Hi, snippets are as follows: I create a bidirectional stream ```go stream, err := quicConn.OpenStreamSync(...) // I have a pre-existing context ``` I then craft my headers and use `qpack.NewEncoder`...

Note that I have not run the test suite, because it fails to run not just for this PR, but also for main (I guess my environment is somehow broken)....

Oh never mind, I got the tests to run against a fresh kind cluster and they pass.