-
## Description
It should be possible to activate a feature in the login/authentication part of Appier Extras allowing external authentication to take place using OAuth. This would allow easy integr…
-
The below sample app starts, runs and answers requests, but some timeout (about 30%):
```python
#!/usr/bin/python
# -*- coding: utf-8 -*-
import appier
import appier_extras
class App(app…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
## Bug description
When defining a resizable image for e.g with:
```
avatar_data = utils.resize_image(
avatar.data, etag=avatar.etag, width=width, height=height
…
-
## Description
The model CRUD operations are not working as expected.
## Expected vs. Observed
| - | - |
| --- | --- |
| **Expected** | A model/entity can be created through `/api/admin/mod…
-
## Description
Sometimes it's important to be able control the **Parts** that are included on a app dynamically at runtime. To be able to archive this a list based configuration variable must be used…
-
## Description
Currently when I insert data for an item of list type it's converted and saved as an array with one string. In the admin interface it appears correctly:
But when I retrieve the data…