Alexandre Menezes

Results 11 comments of Alexandre Menezes

@spencergibb, I know this is a old issue, but I think this behavior cause a litter bit confusion. I developed and use a spring cloud config client for use in...

@achimnol and @Dreamsorcerer, Is there anything that I can make to help conclude this PR?

@timothycrosley first thanks for this project is really amazing. I'm using portray `1.3.1` locally for some tests, but after I put a new file on my project portray has stopped...

> @timothycrosley first thanks for this project is really amazing. > > I'm using portray `1.3.1` locally for some tests, but after I put a new file on my project...

@charliermarsh, I have similiar issue for only one dependency hosted on Gitlab. ``` bash DEBUG Searching for a compatible version of pdfex (==1.2.0) TRACE selecting candidate for package pdfex with...

A new observation that caught my attention during recent attempts is that if I comment out the `--extra-index-url` line that is causing issues in the requirements.txt file and run `uv...

> Have you tried running with `--index-strategy unsafe-any-match`? @charliermarsh, It worked!🥳

@g-crocker, The current version doesn't support this feature, but I think it can be added. Could you share some more information, so I can reproduce the behavior locally?

@cheditx, Could you try testing the shared code using some sample data available in the [tests/samples](https://github.com/amenezes/aiopytesseract/tree/master/tests/samples) directory? For example: ``` py import aiopytesseract import asyncio async def main(): test =...

@joul87, Thank you for your contribution. Could you share an example in YAML format for the result that you shared in this PR? I would like to include the example...