Vedran Miletić

Results 61 comments of Vedran Miletić

I don't use libtorch (at least yet) but I think that's a great idea and it can help make Drogon more popular. I believe a separate library would be a...

It requires an-tao/trantor#94 for the tests to pass. I also verified that the tests still pass on Linux and FreeBSD after these changes.

> @vedranmiletic the `drogon_ctl -v` command doesn't work after this PR, please check it. I guess you renamed the version class to drogonVersion for avoiding name conflict, please use namespace...

I have no idea why PostgreSQL failed in Travis on Linux. Any pointers are welcome.

Wait, I figured now I should also run `test.sh` locally. Luckily, on Linux and FreeBSD it still works after applying this patch, but note that I don't have PostgreSQL and...

> @vedranmiletic When a patch fails the existing test, I prefer not to merge it. I think you can create a port/solaris branch on this repository (instead of on your...

@an-tao Indeed, in `trantor/net/inner/Poller.cc` there's a piece of code: ``` #if defined __linux__ || defined _WIN32 return new EpollPoller(loop); #else return new KQueue(loop); #endif ``` OK, I'll see what I...

> @vedranmiletic > > ``` > commit 49c6311642f38070d34dd1a4f0408f8f41a5ebfc > Merge: 4dade42 c611b9f > Author: an-tao > Date: Wed Dec 19 13:50:17 2018 +0800 > > Merge pull request #5 from...

Now that `PollPoller` is back in, let's see if I can get this working.

Yes, sure. I'll get back with the results in a few days.