Dan Todor
Dan Todor
Has anyone tried to use this in conjunction with clustering ? I implemented a simple cluster singleton with persistence and a client. When I run the system without persistence, works...
**Description** Trying to run Polynote with latest Spark distribution, it fails when trying to run spark.createDataFrame Steps to reproduce the behavior: 1. Installed spark 3 2. installed Polynote and jep...
As per Google's documentation: https://cloud.google.com/storage/docs/aws-simple-migration GCS bucket can be made to appear from the client's perspective as S3 bucket. I did everything Google suggested in that page, and configured the...
I think there might be a problem with the array marshaller. If you call the endpoint with "Accept: application/xml" , the XML response is syntactically correct, but the result is...
## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
I'm trying to use the engine from Scala. Pretty simple setup. Using example parquet file from testdata folder. Code looks like this: ``` val ctx = new ExecutionContext(Map.empty[String,String].asJava) val pqtSource...
First of all, thanks for the great work! I connected Metabase to Dremio, and it worked without a hitch. Still, when trying to browse, I'm getting this error: ``` VALIDATION...
I'm trying to run the HN example you kindly provided. After `poetry install` , this is the result: ``` ❯ python top-ai-launches-hn.py Traceback (most recent call last): File "[.....]/top-ai-launches-hn.py", line...
So, I deployed beacon and live admin following the guides. Everything works ok. But when I do a `MIX_ENV=prod mix phx.server' everything is messed up. I understand (vaguely) why you...
I have a very simple qmd file for testing embeding images: ``` .figure caption:{Monthly Revenue Performance for 2024} ![Chart Description](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgA..... ``` When trying to compile it (simple `c` command no...