Results 81 issues of zoujiaqing

```bash dstep: an unknown error occurred: core.exception.AssertError@dstep/translator/Type.d(32): Assertion failure ---------------- ??:? nothrow @nogc bool core.internal.parseoptions.rt_parseOption!(bool).rt_parseOption(const(char)[], ref inout(char)[], ref bool, const(char)[]) [0x1114fff29] ??:? nothrow @nogc rt.util.container.array.Array!(const(char)[]).Array rt.backtrace.dwarf.readLineNumberProgram(ref const(ubyte)[]).readSequence!(rt.backtrace.dwarf.readLineNumberProgram(ref const(ubyte)[]).readFileNameEntry(ref const(ubyte)[])).readSequence(ref const(ubyte)[])...

bug

```bash ./crypto.h:267:21: error: unknown type name 'size_t' ./crypto.h:342:33: error: unknown type name 'time_t' ./crypto.h:389:25: error: unknown type name 'uint64_t' ```

Waiting for cocos2d-x!

enhancement

openssl 1.1.1g or libressl 3.3.3 :)

You can use it like code: ```D module app.controller.IndexController; import hunt.framework; class IndexController : Controller { mixin MakeController; @Action string index() { auto connection = app().database().getConnection(); auto stmt = conn.createStatement();...

Config files: ```bash config/application.conf config/custom.conf ``` Create config class: ```D module app.config.CustomConfig; class CustomConfig { // define some config items } ``` Get config object: ```D // Get config/application.conf auto...