Benjamin Dornel

Results 17 comments of Benjamin Dornel

There's most likely some sort of regex issue in the original implementation of pdf2john.py that's leading to a malformed hash of 28 bytes. Not sure if this will work for...

@ahmed-bhs I think you may want: ```python pdf = pdftotext.PDF(f, physical=True) ``` https://poppler.freedesktop.org/api/cpp/classpoppler_1_1page.html

I didn't have much success with the above methods -- I ended up using the kubectl provider to apply the `aws_auth_configmap` as a manifest: ```terraform locals { users = [...

> Have you made both data sources for aws_eks_cluster_auth and aws_eks_cluster_auth dependent of the eks module node groups? Yeah, gave that a try but unfortunately didn't work. AFAICT if your...

@lamyergeier you can try https://github.com/astanin/python-tabulate -- it's pretty good at handling different types of markdown formats.

Looks like 3.15.2 just got yanked from PyPI ![image](https://github.com/pypa/virtualenv/assets/62495124/060a5d03-9867-4cdc-8c15-77d74ca4fc42)

I figure the quick fix for this is to update the logic in `get_on_cluster()`: ```diff @classmethod def get_on_cluster( cls: Type[Self], cluster: str = '', materialized: str = '', engine: str...

Another relevant issue: https://github.com/ClickHouse/dbt-clickhouse/issues/237

@emirkmo I ended up creating a `force_on_cluster` config argument that should add the ON CLUSTER clause regardless of engine or materialization type in https://github.com/ClickHouse/dbt-clickhouse/pull/328 > Perhaps instead of adding more...

Hi @pront, Have added a note about the default content type in 64721f7d9. I think the current unit tests should provide enough coverage, so will leave the integration test suite...