valum
valum copied to clipboard
Web micro-framework written in Vala
This should fix it ```diff diff --git a/PKGBUILD b/PKGBUILD index 8b095d5..6e059f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ source=("https://github.com/valum-framework/valum/archive/v${pkgver}.tar.gz") md5sums=('e89b49d65d8130c7df051d91d49b9279') build() { - cd ${pkgname} + cd ${pkgname}-${pkgver}...
Here's what's remaining: - [ ] setup Travis CI to perform cross-compilation and run tests with Wine - [ ] find or build a DLL for libfcgi - [ ]...
One big drawback of not passing the 'NextCallback' ownership forward is that it cannot be called after the callee has returned (e.g. in a thread or asynchronously). In the short-term,...
This PR is blocked by two issues on Travis repository: - https://github.com/travis-ci/travis-ci/issues/4213 - https://github.com/travis-ci/travis-ci/issues/4212
For the coming minor release (`v0.4.0`), it would be really great to make a stable release of VSGI so that other users could reuse this piece to write Web application...
We only need to consume it all if the response is being flushed. It would allow VSGI to process large file uploads.
Hello, I'm developing with Vala on Windows (I'm the only one, I think :p ). I tried your framework with Vala 0.20, but it doesn't seems to work ... Is...