-
Hey, I hope you doing OK
I think it would be informative to have this in your readme, since `jester` is well-known among Nim programmers.
-
**Describe the bug** 🐛
The hpx program fails to read path and thus is unable to run nim for compilation.
**To Reproduce** 👨🔬
1) Use a UNIX machine
2) attempt ``hpx build`` on examples/todo
*…
-
Simple usage:
```nim
model MyModel:
password: string
login: string = "default value"
age: int
....
serve(...):
"/[model:MyModel]":
echo model.login
```
`MyModel` is JSON…
-
component code
```nim
component Comp:
`template`:
tDiv:
slot
```
component usage
```nim
"/":
component Comp:
"Hello world"
```
in created component `"Hello world"` w…
-
1. See here:
1. The throughput of `elysia` is after `fastify`, `koa` and `restify`.
1. Any way to improve?
-
It would be nice to support httpbeast or httpx as alternative servers (optionally). It will give a boost on benchmarks for the framework.
-
My settings
```
"phpsab.executablePathCBF": "/home/jeffrey04/.phpenv/shims/phpcs",
"phpsab.executablePathCS": "/home/jeffrey04/.phpenv/shims/phpcbf",
"phpsab.standard": "PSR12",
"phpsab…
-
- **I'm submitting a ...**
[ x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
New requ…
-
- **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
Hi, i ha…
-
## Issue
I have been using firebase DynamicLinks to login but additionally I wanted to use deeplinks for invites using a custom deep link. I am guessing that I have to setup t…