Fedir Alifirenko

Results 8 comments of Fedir Alifirenko

@dangra @pablohoffman Hello, what do you think about this issue? https://github.com/scrapy/scrapely/issues/112

Hi @hellysmile I found the same behavior, could you take a look? Steps to reproduce: 1. start cassandra `docker-compose up -d cassandra` ``` cassandra: image: cassandra:3.11.0 container_name: cassandra ports: -...

Hi @dwarikap I see that there are no errors neither with `aiocassandra` nor `cassandra` packages. You aren't wait the result of future object (returned by `session.execute_async(batch)`) in your example and...

@qutianhang I'm sure it's not `aiocassandra` problem. Please check how you are using `uvloop` and provide more details about the issue.

hi @CharAct3 Please rebase onto master to include `.travis.yml` changes if you are still interesting in passing CI steps.

Hi @CharAct3 It looks like the table `system.size_estimates` wasn't filled with expected data before test statement was executed. Your changes aren't the cause. Hi @hellysmile What do you think about...

:eyes: Kubernetes v1.24 [beta] supports GRPC probes

@asvetlov > but yarl.URL.build() cannot parse valid args now What are you mean ? It seems, everything works: ``` fedor@ubuntu:~$ python -c "import yarl; print(yarl.URL.build(host='example.com', scheme='https', path='/path\xa0abc'))" https://example.com/path%C2%A0abc fedor@ubuntu:~$ python...