damc

Results 4 issues of damc

I'm confused. When I go to https://www.chatbotui.com/ I can see in the developer tools that it sends a request to something like chatbotui.com/api/chat with my API key which suggests that...

**Short description of what this feature will allow to do:** By overriding createEntity method, you can set default values for the form. However, I'd like to set the default value...

``` import Trix from "trix" document.addEventListener("trix-before-initialize", () => { // Change Trix.config if you need }) ``` I failed to find any information on what config options it has. Is...

Can a progressive web application created with django-pwa be published to app stores like Google Play or Apple App Store?