Bojan Mihelac

Results 46 issues of Bojan Mihelac

Would be worth noting that in updated object list is not preserved in different blocks: ``` {% extends "base.html" %} {% load pagination_tags %} {% block body %} {% autopaginate...

Unfortunately Bing translator API that is added in 0.6.3 support only few languages for translation. Is adding a Google Translate API v2 support reasonable option for you, since it is...

hoodie-account-client api has changed in [v6.0.0](https://github.com/hoodiehq/hoodie-account-client/releases/tag/v6.0.0). For example `account.ready`, `account.fetch()`, `account.profile.fetch()` were removed. This is not reflected in official documentation: http://docs.hood.ie/en/latest/api/client/hoodie.account.html

Hello, it looks like actions are limited to max 1000 items. This is also visible in code, parameter `actions_limit=1000` https://github.com/jtpio/trello-full-backup/blob/master/trello_full_backup/backup.py#L137 Would PR that adds `actions.json` for each card be accepted?

ref: https://github.com/bigskysoftware/htmx/issues/985#issuecomment-1195145966

ref: https://github.com/bigskysoftware/htmx/issues/985#issuecomment-1195145966

`is_authenticated` is attribute and not function https://docs.djangoproject.com/en/3.2/ref/contrib/auth/#attributes

Privacy panel missing in settings tab for `MenuPage` and subclasses. `menupage_settings_panels` is defined in https://github.com/rkhleics/wagtailmenus/blob/master/wagtailmenus/panels.py#L100-L107 and clearly it does not have `PrivacyModalPanel`. As far as I can see `PrivacyModalPanel` is...