-
# Background
Requesting a playlist is often pretty fast, but it's slowing down as the size of the data grows. We'll work on making this fast, but in the meantime, a simple loading spinner would go a …
-
Hi !
I'm having a bit of a struggle using django's choices field from Elm.
From django I have this model:
```python
class StoryStatus(models.TextChoices):
CREATED = "created"
IN_PR…
-
Seems this repo is dead ?
-
test
-
Does this have a notion of htmx ?
At the moment it renders every page in full ?
It makes it possible to run the app server side for initial fast load and then transaction sone of the app to cl…
-
Will you use HTMX?
HTMX is a library that allows you to access modern browser features directly from HTML, rather than using javascript
-
HTMX is a very simple way to do SSR. Its would be awesome if this is possible with pocketbase.
https://htmx.org/examples/
to give you an idea of how it works here are some golang example framewo…
-
I reported an error using the wails dev command.
I find it is the place mentioned in the picture below.
-
As you may know hawkBit uses Vaadin 8 for its user interface. Vaadin 8 reached its end of life **(EOL) at 21/02/2022**. Currently **hawkBit** depends on the latest released under Apache 2.0 license V…
-
## Background
Today (anno v0.27), registered Components are kept in a single global registry. The value passed to the `name` parameter of component.register() serves as a unique identifier for the …