-
```nim
import asyncdispatch
proc tryFinally(){.async.} =
block route:
try:
echo "trying"
raise
except:
echo "exception caught"
break route
finally:
…
dom96 updated
2 years ago
-
In my terminal I see the following, but I would expect finally block to only be called once.
```
DEBUG GET /
trying
exception caught
finally block
finally block
```
MWE:
```
import jester
…
-
-
Using nim 1.6.10
```
Error: Build failed for package: gerbil
... Execution failed with exit code 1
... Command: /nix/store/liyh44i3przshljrn7r6jfrhff0v56a9-x86_64-unkno…
-
**Name:** pigeon
**Author:** Liam Scaife
**Posting:**
Pigeon replaces HTTP boilerplate with simple Nim procedures. When compiling to C (and friends), procedures defined within the `autoRoute`…
ghost updated
2 years ago
-
We might need a chat bot that sends a message into the room every 5 minutes, so that we can test push notifications and other features.
The bot can use one-line jokes from a text file posting one …
-
I would be nice to be able to automate collection of most of the data from the site. It could be quite easy to add some JavaScript to the `` and have it populate browser-side.
Possible library: htt…
-
In order to fully test item generation, we need to find items with each of the possible properties. If you can help find some of these it would be very helpful. Preferably the items would be verified …
-
The intended function of the below spell is to fling a `projectile wisp`, and if it hits a living entity, that entity and all other entities within the 15 block range of the `greater sentinel` with li…
-
Hi, I have succeeded to deploy the online demo on my tx2.
But I found some gestures not easy to recognized. I am not sure whether it is because my gesture is wrong.
I wonder what dataset is used …