-
I'm working with web components (with lit.dev) and using htmx to populate or replace them in the page. This saves me from writing a lot of business logic and networking code in the frontend. I'm not u…
basvk updated
2 weeks ago
-
```
I'm not planning to fix XmlHttpRequest, but to create some kind of wrapper. I
need:
- access to the server via http on a http:// hosted page, and access to any
server from a file:// page
(not p…
-
```
I'm not planning to fix XmlHttpRequest, but to create some kind of wrapper. I
need:
- access to the server via http on a http:// hosted page, and access to any
server from a file:// page
(not p…
-
```
I'm not planning to fix XmlHttpRequest, but to create some kind of wrapper. I
need:
- access to the server via http on a http:// hosted page, and access to any
server from a file:// page
(not p…
-
# Observations list - may become TODO items as needed
## Running
On startup the `backend` container needs to be restarted twice before the database is fully generated. Though transient, it woul…
-
**Error**
```
Failed - Error: Error during negotiation request.
at Object.error (jquery.signalR.js:179)
at onFailed (jquery.signalR.js:652)
at Object.error (jquery.signalR.js:672)
…
-
```
The middleware of Django-logging will append log history html markup to any
response of content-type text/html. Currently, no mimetype is specified in
the HttpResponse() obj returned by xmlhttpre…
-
```
The middleware of Django-logging will append log history html markup to any
response of content-type text/html. Currently, no mimetype is specified in
the HttpResponse() obj returned by xmlhttpre…
-
```
The middleware of Django-logging will append log history html markup to any
response of content-type text/html. Currently, no mimetype is specified in
the HttpResponse() obj returned by xmlhttpre…
-
When the `PATCH /reg` endpoint is hit for an existing client to update properties, such as the return URL's, it mutates the client into an invalid state.
Attempting to authenticate with the bugged…