Martin Zajíc

Results 7 comments of Martin Zajíc

I have made some debuging and it looks like problem is somewhere in fileCredentials field ``` "fileCredentials": { "@type": "type.googleapis.com/keboola.storageDriver.command.table.ImportExportShared.S3Credentials" } ``` When I remove this type from test json...

It looks like problem is serialization of any. I have message: ``` message TEST { string val = 1; } ``` I can do: ```php $m = new TEST(); $json...

Fixed in https://github.com/protocolbuffers/protobuf/pull/10595

Or maybe interface like: ``` interface HasFailureInfo public function getFailureInfo(): ApplicationFailureInfo ```

I tried green recorder on sway, app is starting and recording but output is black with pointer moving :/

I'm using this in SPA mode, with Nuxt 2.7 and Quasar 0.17.20 without problem. Problem is not with Quasar CLI, but Nuxt is general thing it's not packed with UI ...

I was just playing with loupe adapter and without batch support I was indexing ~5k recors about 35minutes, so I've implemented own reindexing and with 100 batch it did take...