Mateusz Buskiewicz

Results 6 issues of Mateusz Buskiewicz

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj It would be cool to integrate with Jupyter, and to be able too add and submit posts directly from the browser. What do you think...

AFAIU, this parser is what `HTMLRewriter` in CloudFlare workers uses under the hood. I have a simple worker which transforms the HTML received as request body and adds a new...

This PR enables `strictNullChecks` mode in `ra-core`, which is required by many useful TypeScript packages (e.g. https://github.com/colinhacks/zod or https://trpc.io/) The current implementation is just bare minimum to make it compile,...

## Problem Currently there's no way to cancel a Prisma query. Some queries are long-running and consume a lot of database resources, therefore it would be great if we had...

kind/feature
team/client
topic: client api

spark-avro fails to save this dataset: ``` python df = sqlc.createDataFrame([Row(id=1, data=Row(data=Row(key='value')))]) df.save("s3://...", "com.databricks.spark.avro") ``` with the following error: ``` Py4JJavaError: An error occurred while calling o1873.save. : org.apache.avro.SchemaParseException: Can't...

Currently spark-avro constructs avro schema from Spark schema on save. It's limited, e.g. we can't set namespace and name of nested records. One scenario is reading Avro DF, and then...

enhancement
help wanted