moorchegue

Results 11 issues of moorchegue

Hi there! I'm considering using django-activity-stream for my project, it seems to fit perfetcly except one little hiccup — Django Sites framework requirement. I noticed that `django.contrib.sites` is only being...

future

**Version info**: 2.5.0-1 **Does the bug happen if you start with `--temp-basedir`?** Yes. **Description** Gitlab login page returns 503 and infinitely redirects: ![screenshot](https://wtf.roflcopter.fr/pics/Yeffg2xP/JYY691oZ.png) Not sure if it's more of a...

status: needs triage

It's lovely how toxic colorizes commands and messages. Now when you close and reopen a message window it'll display the history of your chat with that person (loading it from...

enhancement

The 3.5 version worked just fine until recently, when joining conferences required upgrade. So I did that and now there's no audio / mic. On the audio settings page the...

> if you are making alot of api calls I recommend you to use the b2_storage.authorise, > it stores the seconds in your database and reuses the authorisation_token for other...

## Summary There's a `date` filed type available, also there're `created at` / `updated at` fields that are of the `datetime` type, however they're not editable. What would be nice...

Enhancement

SQLAlchemy introduced a breaking change, which started to cause this: ``` File "pyramid_sacrud/templates/sacrud/base.jinja2", line 102, in top-level template code {% block body %}{% endblock %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File "ps_crud/templates/ps_crud/list.jinja2", line 88,...

Imagine a lookup `model_a__model_b__field_c` added to a `ModelAdmin.list_filters`, which employs `AutoOneToOneField` as a relationship field between `model_a` and `model_b`. Method `lookup_allowed` would return false once you try to use it....

This might be a bit messy to reviewb, but basically there are just a few changes: 1. Constructor takes requests_kwargs and passes them to requests calls. 2. Constructor takes response_wrapper...

### Bug description: ```python In [25]: pickle.load(open('taskwarrior/f91b9e98-7586-4317-ae52-b516e97209e5', 'rb')) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[25], line 1 ----> 1 pickle.load(open('taskwarrior/f91b9e98-7586-4317-ae52-b516e97209e5', 'rb')) File /usr/lib/python3.13/copyreg.py:44, in _reconstructor(cls, base, state) 41...

type-bug
stdlib
3.13