Mark Bakhit

Results 186 issues of Mark Bakhit

**Description** When preloading, it is currently possible to get stuck in an infinite loop of preload. InfiniteScroll will either need to be able to detect this situations and wait it...

Currently, InfiniteScroll allows for external scripts within embedded content. Would be nice to have a "secure only" mode parameter, which passes all html through [DOMPurify](https://github.com/cure53/DOMPurify) before calling `innerHTML` (or ideally...

The current syntax of ... ``` ::: my_package.my_module.MyClass handler: python options: members: - method_a - method_b show_root_heading: false show_source: false ``` ... does not play well with markdown formatters. Consider...

feature

There are certain circumstances where I only want to embed the args/returns, and no title/description/etc. Is there any way of doing this?

question

Currently, Django Axes results in an exception when used with the login functionality within Django-Channels `channels.auth`. If multiple backends are defined in `settings.py`, Django Channels requires the user to define...

bug
help wanted
integration
feature request

Release CI is broken , results in an `INTERNAL SERVER ERROR` from `jazzband.co`. The build itself seems to work though.

## Summary Right now we're at a bit of an impasse. It's noted in the original readme that django-dbbackup `...tries to use the traditional dump & restore mechanisms`. In terms...

Currently, the DownloadView operates as a sync view. It's very possible (and much more efficient) to do everything async. File reading will have to be done via `aiofile` in order...

feature

### Description This PR tracks progress for a fork of Conreq to support a community app store. This will restructure Conreq as a web app platform. See [the readme for...

enhancement
cleanup

Create Django unit tests for Conreq Core Automate Django unit tests via GH Look into other automated code analysis GH workflows - flake8, black, isort - codecov

enhancement