raayu83

Results 13 issues of raayu83

Would be nice if there was a DateTime Picker for DateTimeParameter parameters.

enhancement
Consider for Orion

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python

Fixes the cross join test (cross joins don't have an on clause) and adds documentation that you need to use .cross() after a cross_join().

Currently the plugin always logs what it does, even when you call `poetry version --short`. This means you can't use the result of `poetry version --short` as an argument for...

Since python-jose is badly mainted, how about switching to joserfc from authlib (http://jose.authlib.org, https://github.com/authlib/joserfc/)? It seems to be very standards orientated and has 100% code coverage. Also it is available...

Hello, I wonder if it would be possible to generate a small CLI app for managing passwords using this library. And then upload it to winget. That should e.g. allow...

Opening this ticket here since I assume it might be a driver issue. Since MacOS Catalina, mouse movement triggers keyup / keydown Events, which introduces functional bugs in certain modifications...

Hi @Alek99, as discussed in Discord, I'm writing down some ideas about an Authorization system (as opposed to Authentication System, though I'd love to see a standards based pluggable integration...

feature request

**Describe the bug** Sometimes the ruff plugin config file gets overwritten with the config from other open projects. I've only verified this for the local ruff executable path setting, not...

I'm trying to clone objects including their m2m fields using a solution I found on [StackOverflow](https://stackoverflow.com/questions/61584535/django-clone-the-recursive-objects). Unfortunately I get the following error: `null value in column "object_pk" of relation "auditlog_logentry"...