-
Currently it would appear that sorting based off of join's fails within the admin interface.
Example table code:
```py
class ProjectAutomation(Table):
id = UUID(primary_key=True, default=uui…
-
I've noticed that in readme you said "Compatible with any OpenAI API models", is there any guide for that?
-
Why not add the rest of the attributes of CRUDView?
I had to create my own function for that, but it will be nice to have it all get packaged in one method. No?
Then crud_for_model and crud_for…
A4TIF updated
5 years ago
-
/kind bug
**What steps did you take and what happened:**
The jupyter web app is giving me 404s when hitting the backend. Specifically, the URLs
https://${DOMAIN}/api/namespaces
https://${DOMAI…
-
I defined a DurationField like this:
```php
namespace App\Field;
use App\Form\Type\DurationType;
use EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldInterface;
use EasyCorp\Bundle\EasyAd…
nevez updated
4 months ago
-
Hey guys,
Just wondering if this would be a usable solution for building out an MVP using Pages CMS + Eleventy for a simple CRUD app using Eleventy on the front end and Pages CMS on the backend. Us…
kuwts updated
2 months ago
-
![image](https://user-images.githubusercontent.com/98200435/206828101-434a7924-8ab1-4010-a428-46e4fe2d516d.png)
Create: working
-
A note on the validation during upload, think there might still be a slight bug (I updated to 1.6.4) as I have a rule that my redirect.source should be unique (this validation works as it should with …
-
### Describe the bug
With this Menu Item
[
{
label: 'Home',
styleClass: 'menu-dashboard',
icon: 'pi pi-home',
id: 'home',
link: ['/'],
da…
-
from sqlalchemy import not_
from datetime import datetime
from sqlalchemy.orm import Session
def get_user_status(picked_date: str, to_date: str, db: Session):
u…