Dan Todor

Results 10 comments of Dan Todor

I'll do that. I just realized I forgot to set the region too.I presume it's AWS_REGION ?

@houqp Okay, so I found a little bit of time to play around with it. Still no luck. I installed the latest from `main` via `cargo`. Config file looks like...

To add a little bit more context, this works: ``` import boto3 google_access_key_secret = "..." google_access_key_id = "..." client = boto3.resource( "s3", region_name="auto", endpoint_url="https://storage.googleapis.com", aws_access_key_id=google_access_key_id, aws_secret_access_key=google_access_key_secret, ) obj = client.Object('***','nycdata/data.parquet')...

@dfdf Latest I got from their website, installed it 2 or 3 weeks ago. Now, the thing is, in order to make it work, you need to use Java 8,...

I'm a little bit perplexed by the closing of this issue without a proper analysis. From my personal experience, not too many people give full rights to a consumer, especially...

Hi, Andrew! Thank you for your quick response. Let me try to describe what is happening. I start with this config in `runtime.exs': ``` host = System.get_env("PHX_HOST") || "example.com" port...

Just to note, if I rename the file to `.md', it is rendered correctly.

Agreed, by my knowledge of Kotlin is not good enough to issue a PR :)

I'm sorry, I deleted the files, and they're generated automatically by an LLM, not easy reproducible. But if you say it won't work when generating PDFs, I'll stop here and...