Volk

Results 6 issues of Volk

As the title says when the server adds a slash at the end when serving an index.html file from a directory besides the root. I don't see an option to...

stale

![image](https://user-images.githubusercontent.com/22947527/70317636-0b878780-1816-11ea-8d36-25cf54f3e711.png) it seems theres a bunch of jquery only methods that arent available in zepto being called. Had to remove about 7 of them to get it to work I...

zepto

Let's say i have something like this ```handlebars {{!index.mustache}} {{#users}} ... {{#isBirthday}} HAPPY BIRTHDAY!!! {{/isBirthday}} ... {{/users}} ``` ```dart // app.dart ... template.render({ 'users': [ { 'name': 'guy', 'age': 18,...

OS: Fedora 31 luarocks: 3.0.3 openssl: 1.1.1 ``` Installing https://luarocks.org/luaossl-20190731-0.src.rock Applying patch config.h.diff... Hunk 1 found at offset 2... gcc -O2 -fPIC -I/usr/include -c src/openssl.c -o src/openssl.o -D_REENTRANT -D_THREAD_SAFE -DCOMPAT53_PREFIX=luaossl...

question
packaging/portability

Added method to iterate the db from last to first

I'm trying to send multiple files to the server but the server only gets one. ```dart // Client FormData formData = FormData(); for (var i = 0; i < files.length;...