Xueping

Results 34 comments of Xueping

[Here](https://github.com/huntlabs/hunt-examples/blob/master/website-basic/source/app/controller/IndexController.d#L702) is an example for this.

Currently, it has been done by yourself to load the file. A PR is welcomed.

It seems the underlying IO functions are unstable on Windows. It's true for our tests. You can have a test on Linux. It's more stable.

They are blocked by a [bug](https://issues.dlang.org/show_bug.cgi?id=17124) ([this one](https://issues.dlang.org/show_bug.cgi?id=21008)) in compiler.

> > They are blocked by a [bug](https://issues.dlang.org/show_bug.cgi?id=17124) in compiler. > > Could you provide some example code or steps to reproduce your issue? I updated the link. See [this](https://issues.dlang.org/show_bug.cgi?id=21008).

The [hunt-database](https://github.com/huntlabs/hunt-framework-docs) needs to be improved. It's listed in our plans.

We just got some warnings when building hunt-framework. Can you post more details about this? Can you have a try with this: ```sh dub build --compiler=dmd -a=x86_64 -b=debug ``` It...

It's so sad. Even if I have added the option of "/PDB:NONE", the linking still fails.

I tested this with dub 1.19.0 and dub 1.18.0. All failed.