Hayden Richards

Results 11 issues of Hayden Richards

Hi, Would it be possible to add a feature where we can rebind any action to the remote keys (e.g. App, Channel or Input), not just the `ircc` commands? This...

enhancement

Hi, Currently, timezone aware and unaware datetimes are both assigned the datatype `xsd:dateTime` by default if no datatype is specified. (See: https://github.com/RDFLib/rdflib/blob/6.1.1/rdflib/term.py#L1579) My question is, would it be more appropriate...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 3.2.17 ### Describe your...

C-enhancement
A-builder
E-help-wanted
E-easy
:money_with_wings: $5

## Description Closes #77 We use `django-anon` in our project, which we are in the process of upgrading through `django` versions 3 -> 4 -> 5. This package still appears...

## Rationale Given the new release of [`djangorestframework==3.15`](https://www.django-rest-framework.org/community/3.15-announcement/) the `tox.ini` file should be updated so that we are still testing against relevant Python / `django` / `djangorestframework` combinations. This PR...

## Summary * As raised by @lucidfrontier45 in #48, we need Pydantic v2 support in `pydantic-argparse`. * We now have pseudo-Pydantic v2 support, as the `pydantic` dependency is at least...

enhancement

## Summary * As raised by @ericchansen in #34, `pydantic-argparse` should be able to piggy-back off `pydantic` and support loading environment variables from `.env` files. * This can probably be...

bug
enhancement

## Summary It is currently quite easy to mark _required_ model fields as _optional_ in a `ModelSchema` via the `fields_optional` config (see: [here](https://django-ninja.dev/guides/response/django-pydantic/#making-fields-optional)). There isn't however a way of doing...

Hi! I need to override the base `get_queryset` method of _all_ of my types due to a pre-existing approach to multi-tenancy and permissions. This means my relations can only ever...

bug

I frequently come across the case where it would be beneficial to be able to pass extra context through a model's `.save()` method to my lifecycle hooks, i.e., ```python #...