Umut Karcı

Results 32 comments of Umut Karcı

I forked the fork of this library at https://github.com/SelfHacked/django-oidc-provider Then put a few commits on top. I do not suggest using this library, last updated 5 years ago, nor the...

I couldn't find a solution, but I increased `celery_beat_max_loop_interval=30` in addition to `redbeat_lock_timeout: int = celery_beat_max_loop_interval * 5`. I've also made the containers restart on failure with docker compose. On...

Finally, a dedicated Rust IDE.

I support this request too. Here's an example one for zimports: https://github.com/sqlalchemyorg/zimports/blob/main/.pre-commit-hooks.yaml

Same here, When I tried installing xserver-xorg-input-libinput it tried to opt me out of HWE which is not what I want. My current kernel is 5.4.0-47

If this project is not dead, I'd like to have this feature too. My use case is same with @bgreen-litl . I need to block the process until lock gets...

I'm also having a very similar exception on postman when a HEAD request returns any content-length != 0 (which RFC says HEAD should return content-length same to what it would've...

I'm also facing this issue. I'm using a list to explicitly set headers, then I import a list of dicts. column ordering is broken after I export to xlsx, header...

I guess when I import dict, headers got overriden and thus randomized. As a workaround I changed dict to flat tuples. This way there's no keys in the data and...

Okay, I took [some screenshots](https://imgur.com/a/D8O2tad) to explain my workflow. 1- I create a data type with an example json object and select Rest Resource. 2- I check the data type...