Xe Iaso

Results 85 comments of Xe Iaso

This is broken on NixOS too when building in the nix store.

I run into this problem too.

Dankon! Mia Esperanto estas tre mal, sed mi demandas mia sekvoj de Twitter. Dankon por tradukis!

` flalu ke se tarti` -> `flakemseltra: 11756, flakemseltarti: 13815, flalykemseltra: 13886, flalykemseltarti: 15945` -> `FLAKEMSELTRA.md`

Your code is wrong. You need to lead routes with a slash. ``` nimrod # example.nim import jester, asyncdispatch, htmlgen routes: get "/": resp h1("Hello world") post "address/blablabla/ololo": resp "12345"...

I have posted code samples showing the exact cases you say are broken and shown otherwise.

does your machine have the IP address 123.123.123.123?

``` nimrod # issue40.nim import jester, asyncdispatch, htmlgen settings: port = Port(5005) bindAddr = "127.0.0.1" routes: get "/": resp h1("Hello world") post "/letters/photos/?": resp "12345" runForever() ``` ``` /home/xena/tmp/nim/jester/issue40 INFO...