kittyandrew
kittyandrew
Hey, I think this is related to an issue on my phone, or at least the title seems relevant. **Display:** 6.67-inch diagonal **Issue:** Due to displaying percentages in the block...
This issue is really bad for me, I'm trying to build chat in combination with buttons and `st.spinner` as "typing/actions indicator", and I'm put in a very uncomfortable position to...
`kittyandrew`
> I've ran some basic tests against their docker image. It would be awesome to run a performance test now that `aiodynamo` is so much faster :) @dimaqq Have you...
Hm, I'm not sure about that. On the one hand, you are right, in the repro-case I don't have any environment configured. But in my actual application I have gimmick...
> ... change the aiohttp one to ignore mimetypes. When you say that do you mean something like https://github.com/HENNGE/aiodynamo/blob/master/src/aiodynamo/http/aiohttp.py#L57, or something else? I'm trying to understand how easy is that...
Eh, that still didn't make it work for me. Running `scylladb/scylla-nightly:latest` with `--alternator-port=8000 --alternator-write-isolation=always --smp=1`.
Ohh, woops. I think it was my fault. At some point when tweaking repro code I changed something in the url, and the throttling error didn't help. Can confirm httpx...
...or not. After pluging httpx into my application, I've seen that request time went from 0.03s with aiohttp adapter to 0.7s with httpx. All I changed was from ```python3 from...
Okay, I think the slowness is my fault (my profiler's). I was using `cProfile` for my code, and when I switched from sync boto3 to async aiodynamo, I didn't think...