Batuhan Taskaya

Results 147 comments of Batuhan Taskaya
trafficstars

> Could you validate yourself? I think it's a bug that botocore is 400'ing, if it doesn't know the region it should first make the API call to find the...

The code is written in a way to you could work with buckets from multiple regions. It would have possible to implement an inline cache system to the class, and...

we have experimented with switching to `s3v4` as the default signature version (instead of letting boto decide) and received a lot of complaints about it creating the. signed url in...

Eh, i dont think it is possible unless pypa resolves pypa/setuptools#1139 .

BTW you can just clone [this](https://github.com/isidentical/sherlock) fork and `pip install -e '.[redis]'` but until pypa resolves the issue i mentioned i can't PR to this repo's master. This [commit](https://github.com/isidentical/sherlock/commit/2cbb9da02eec5ee31d0b9fd358a1e619a983c2cf) allows...

I am cleaning up my github, the link is now broken but i kept diff, ``` diff --git a/setup.py b/setup.py index a101a73..daa1eec 100644 --- a/setup.py +++ b/setup.py @@ -24,11 +24,6...

ATL: How does fal runtime work interact with the last changes in the hook-system? Can it be another hook, like this https://github.com/fal-ai/fal/blob/d3c5ab9803a7bdde6a31f55de95f8cb5babc71c9/src/fal/fal_script.py#L29-L33 and we could run it in the fal-runtime...

I can do both, but I more like a page with all checklist and then references inside the documentation to required checklist about a change.

Ah, I can also confirm. The parser itself is working fine (or giving a stack overflow) but the problem seems to be at `libcst.tool print` which is just segfaulting (under...

> Somehow limit the depth of the nesting in the parser itself. I'm not 100% sure how to do this, but we could have counters to increment on recursion. In...