Lawrence Aberba
Lawrence Aberba
@nin-jin then how about https://github.com/seeseemelk/dawait which is built on top of Fiber...especially the `await` implementation? ```d import std.stdio; int calculateTheAnswer() { import core.thread : Thread; Thread.sleep(5.seconds); return 42; } void...
@betrixed > Please, in your documentation, show how to pass results from generic query for a record set with multiple fields, and multiple rows. From [data](https://github.com/huntlabs/hunt-examples/blob/6697b1dcfa1cbb01094af972c76859f67f1fb355/website-basic/source/app/controller/IndexController.d#L134) and [template](https://github.com/huntlabs/hunt-examples/blob/6697b1dcfa1cbb01094af972c76859f67f1fb355/website-basic/views/default/home.dhtml#L76) E.g. ```d...
I was going to file an issue on bcrypt support. :smile: and I saw this. Yet, its been over a year since it was filed. Botan has implemented it but...