Stellan Haglund

Results 23 issues of Stellan Haglund

Is there a way to use multiple hosts like.x.com and y.com and use different certbot certificates for them?

Hi, shouldn't the datatype in `matchedData` match the validation? If I do `query('age').isNumberic().optional()` and `?age=1` I get `{age:'1'}` in `matchedData`. Wouldn't it make more sense that it was `{age: 1}`?

Hi I used the parts from the c++ 1.0 container to build one of my own using alpine 3.5 and the size ends up at over 1.4gb, can this be...

Is there any way to make sure a certain amount of rows and columns such as 5 columns and 3 rows will always fit the container?

Hi i read the part about allowing you to run tests on the library in node. I guess there is currently no way to let the server handle the calculation...

Hello! First of all, amazing project! 👍 And also i have a question. Is there something that could point me in the right direktion to use this with something like....

I'm doing a quick test to stream a recorded screen over webrtc but I'm experiencing multi second latencies, if you have any ideas that would help a lot! here's the...

Hello! Is there a way to do recursive queries? I would need to get like a tree structure with all the children of a vertex to the depth where there...

I can't seem to find anything related to specifying db in the connection isn't it supported?

Hi, how do I load files using flutter assets? And is it possible for me to download an asset and open that?