Peter McIntyre
Peter McIntyre
this would be an excellent feature - our CI uses goenv, but we have to rebuild the whole image just to refresh the list of supported golang version! Seems silly...
@fredbi - seems to be unresolved - is there a workaround I can apply? context, i'm attempting to generate a client SDK for a third-party swagger spec, and they have:...
i have a similar problem — because my personal IAM Role doesn't have athena access, so I need to assume a pre-provisioned "query" role ... but the interface to AthenaExpress...
hey @igorborgest the setup we have is: json files as input, and Glue Jobs (PySpark) to convert to parquet on S3. Then Athena to query (PrestoDB). We found nested structures...
I can reproduce this error run the following code with: ```shell export KAFKA_BROKER= ... export KAFKA_KEY= ... export KAFKA_SECRET= ... export TOPIC= ... npx ts-node . ``` ```typescript import {...
FWIW - i found myself re-validating via Ajv if the registry returns an error (which should be unnecessary!) related: https://github.com/kafkajs/confluent-schema-registry/issues/236 example ```typescript // encode return registry.encode(valueSchemaID, row) .catch( (error) =>...
+1 this would be a nice addition i frequently want to run a single test (eg. while fixing a bug) ... and so i run the following expecting it to...
sorry for the late response @PrestonGiorgianni, but I got this working by setting the exact same version of the Ajv package as the one specified by the schema registry package.json...
is this repo maintained? I could supply a PR, but it doesn't look like PR's are being reviewed 😱 also appears to be using NodeJS 12.x (deprecated) and uses a...
related: I've raised a ticket with protobufjs, because the patch on 6.11.4 isn't correctly reflecting in many databases. https://github.com/protobufjs/protobuf.js/issues/2008