Iwan Aucamp

Results 75 issues of Iwan Aucamp

I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably...

bug
good first issue
concept: RDF dataset

## Bug description When running pip-audit with `--requirement -` does not read the requirements from stdin like `--requirement /dev/stdin` does but instead raises an exception `pip_requirements_parser.InstallationError: Could not open requirements...

enhancement
upstream

`vault_identity_oidc_client` provides `client_id` and `client_secret` as output: https://github.com/hashicorp/terraform-provider-vault/blob/9f1b371673291df05abc0247fdea0fcb0bc060ed/vault/resource_identity_oidc_client.go#L68-L78 But it is not documented as far as I can tell: https://github.com/hashicorp/terraform-provider-vault/blob/9f1b371673291df05abc0247fdea0fcb0bc060ed/website/docs/r/identity_oidc_client.html.md

documentation
good first issue

The documentation for `argparse` [[ref](https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparsers)] suggests using `set_defaults` for handling subcommands, but I'm not sure what is the right way to call `set_defaults` with TAP, it would be great if...

bug

- **Poetry version**: 1.5.1 - **Python version**: 3.11 - **OS version and name**: Debian GNU/Linux 12 (bookworm) - **pyproject.toml**: https://github.com/aucampia/issues/blob/ba53b364209e4d334bf8fc219f4667b6db8d287b/20230713-poetry-prerelease-backdoor/pyproject.toml - **poetry.lock**: https://github.com/aucampia/issues/blob/ba53b364209e4d334bf8fc219f4667b6db8d287b/20230713-poetry-prerelease-backdoor/poetry.lock - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest)...

kind/bug
area/solver
status/triage

https://github.com/cloudevents/sdk-python/blob/ef982743b68866abbe0049dbffac76f5a2e3efb4/cloudevents/kafka/conversion.py#L90 This will call `CloudEvent._get_attributes()["content-type"]` but a `content-type` attribute will violate the attribute naming rules: https://github.com/cloudevents/spec/blob/30f1a081743bfe06b45b85519dd145f14a1ad22c/cloudevents/spec.md?plain=1#L173-L175 > CloudEvents attribute names MUST consist of lower-case letters ('a' to 'z') or digits...

bug

This project is a great, thank you very much for making and maintaining it. I have tried using it with typing however and I notice that mypy is not entirely...

Azure Data Lake Storage Gen2 URIs are described as follow [[ref](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri)]: > `abfs[s]://@.dfs.core.windows.net//` > Scheme identifier: The abfs protocol is used as the scheme identifier. If you add an 's'...

Would you be open to having a JSON output option for dlayer? Would make it easier to get a list of files in a specific layer in a way that...

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
area/engine
area/target