-
An exception is thrown when an incorrect value is received for an enum parameter in a model. Don't know how to handle the exception
This code throws an exception when the POST is sent with an incorβ¦
-
If I add a return to the notFound handler in a basic Nim server it throws an exception.
A minimal example code is
``` Nim
import happyx
serve("127.0.0.1", 5000):
get "/":
echo req
β¦
-
**Describe the bug** π
As we move into the world of TagRef-generating functions, there are some issues with placing them directly in the SPA DSL. Specifically components in thunks seem to get copied β¦
quimt updated
4 months ago
-
**Is your feature request related to a problem? Please describe.** π€
I've noticed that some of my code operating on the children of a TagRef' is now broken. Basically this seems to be because the chiβ¦
quimt updated
5 months ago
-
**Describe the bug** π
After installation with `nimble install happyx@#head`, `hpx --help` shows that there's uncaught exception [HelpOnly]
**To Reproduce** π¨βπ¬
Steps to reproduce the behavior:
β¦
-
Tried to use HappyX today but I'm a bit confused. Basically I just wanted to try out a very simple SSG with some static HTML/CSS files and a route to catch the input from a form. I created my project β¦
-
Iteration of slot data is not interacting well with components in the slot.
**To Reproduce** π¨βπ¬
```
import happyx, random, strformat
component Copypasta:
n: int
html:
for i in 1.β¦
quimt updated
8 months ago
-
**Describe the bug** π
Sometimes component fields initialize twice..and sometimes they don't. This matters in cases where components change external state on creation.
**To Reproduce** π¨βπ¬
```
β¦
quimt updated
8 months ago
-
**Describe the bug** π
The SPA example using routes does not build.
Error:
```txt
An error was occurred when compiling main
stack trace: (most recent call last)
routing.nim(426, 30) pathPaβ¦
-
https://github.com/HapticX/happyx/blob/f42ea35442d2ab34f67ab5b65172ffd82a9bddd5/src/happyx/cli/dev_command.nim#L48
hi.
better to use `window.location.hostname` here? (instead of `{host}:{port}`)
β¦