Umut Karcı

Results 21 issues of Umut Karcı

In this PR I've added exception hijacking for extra info (#46), also error catching for MethodField (#73). I've ran tests on 3.6 3.7 and 3.8 and worked as intended. Hope...

I think there should be a way to stop serialization of a MethodField. A simple approach would be catching the KeyError and AttributeError on MethodField serialization and decide if the...

Because serpy uses a simple approach of using builtin type functions, exceptions are hard to trace back. For example, data is a string expected to be casted into integer, if...

Hi. I'd love to have template tag support for the markup setting. For example this: `` eg: https://www.dokuwiki.org/namespace_templates I'd love to help but I don't know PHP.

Hi. On my computer I've set gpg signing for all projects but when I create a commit on godot It'll not have my signature. What should I do to sign...

enhancement

I guess this is related to #230 and IdentityModel/oidc-client-js#1058 Refreshing a token must return access_token, refresh_token, token_type and expires_in, and optionally id_token with iat of the new id_token and auth_time...

[PEP-615](https://peps.python.org/pep-0615/) defines a [ZoneInfo class](https://docs.python.org/3/library/zoneinfo.html) which kind of deprecates pytz in the long term. The code below is not tied to any django project, thus timezone defined should be the...

Hi, I'm running redis and redbeat in docker containers. I've set `celery_beat_max_loop_interval=5` and `redbeat_lock_timeout= celery_beat_max_loop_interval * 5` which means it takes 25 seconds for redis to release the lock and...

Hi, I'm trying to use this library and I'm following a workflow like this: - Find stations by name (query='mollstr') - Select a station and get details (name='Berlin, Mollstr./Otto-Braun-Str.' id='900000100040')...

question

I want to install sherlock but I'll not use memcache as my backend, I'll use redis exclusively. I wish there was a way to select our backends like in celery....

enhancement