karlkovaciny

Results 10 comments of karlkovaciny

Hey, this is a great library. I was ready to subscribe to a service just to get what this does for me. For the 30th page I extracted, https://thehill.com/homenews/senate/594044-sen-lujan-to-return-to-senate-in-time-to-vote-for-supreme-court-nominee, Trafilatura...

I didn't do the fancy iterator thing, but I did use Point in Time so the query would be unaffected by refreshes. ``` # Set up paginated query with search_after...

They fixed this issue in https://github.com/wwwaiser/react-js-pagination/commit/56301a6b25ef60072801d9e6593c74f4bfdd6cb4, but never made a release out of it.

There are no docs anyone could give tyzbit about `questions.yml`? What is the purpose of this file?

@tyzbit Thanks so much for figuring out what it was for.

I guess this issue can be closed since copy_bits_to was [removed in 2021](https://github.com/codelibs/elasticsearch-minhash/commit/1c8c337c0de7793d5a6844e23cf61d472d4a6de5) (don't know why).

For me this was caused by a cloud security program that only allows SSL traffic verified with its own certificates (ZScaler). You can see how to put ZScaler's certificate into...

I don't know if this module is supposed to run on Databricks, but the workarounds don't help there since I can't symlink or upload entire directories into the workspace. Running...

Pendulum 3.0 was [released](https://pypi.org/project/pendulum/#history) on December 16, 2023, so this issue can likely be closed.

This error also seems to be blocking me from using AWS Vault to provide SSO credentials to Docker as described in https://github.com/99designs/aws-vault/blob/master/USAGE.md#docker.