valum icon indicating copy to clipboard operation
valum copied to clipboard

Web micro-framework written in Vala

Results 38 valum issues
Sort by recently updated
recently updated
newest added

Hi! As soon as I include a `gnome.compile_resources` line in my `meson.build`, I'm getting a runtime error like the one of the title: ``` ** (process:1): CRITICAL **: vsgi-server-module.vala:67: libvsgi-http.so:...

Or maybe some helper to create a hash table with `charset` set accordingly.

Provide basic APIs for loading configuration that can be loaded into the router's global context. GLib supports reading config files via GLib.KeyFile with generic GValue. - [ ] add Context.from_keyfile(GLib.KeyFile...

We have right to the following error when sending a `SIGTERM` to a running docker container. > GLib-WARNING **: poll(2) failed due to: Operation not permitted.

bug

See https://github.com/mesonbuild/meson/issues/7426

bug

there no app in /home/gavr/Tests/valum-master/build/examples/app ![image](https://user-images.githubusercontent.com/30507409/56871969-6a895080-6a2c-11e9-86cc-2d927a59c8e7.png)

Hi again! I'm trying to build the skeleton of my app and I'm having a bad time with subroutes. I've tried several ways to implement it, and the `basepath` options...

i compiled a minimal example in the following gist https://gist.github.com/grindhold/664f54c743e49d1a39b2255061fd3d37 When i start the client-script it starts making requests to the server, while doing so the server will start to...

bug