Matthias Wallnöfer

Results 71 comments of Matthias Wallnöfer

For now it was just a proposal.

Remembers me to the PHP array reference unset thing: https://www.php.net/manual/en/language.types.array.php#57312

``` for( y in f.a ) { println@Console( ">" + #y.b )( ) } ``` Are we required to keep `y` around after terminating the `for`? Is this not similar...

This is not so easy, since according to the RegEx also a value like -000030.12 (prefix zeros) would be possible. Not sure if this is doable at the level of...

I faced the same issue, the problem is that _config/default.yaml_ doesn't contain the item `- swagger_params_parser` under the section `swagger_controllers:`. Adding it there fixed the issue for me.

It turns out that the current node release **0.7.5** doesn't provide the following patch https://github.com/swagger-api/swagger-node/commit/70846a69f76a9a6acbea404bccec36a8d642d387#diff-28fe2e29ccfb9685861115a451ee1626 yet, although it is **two** years old. Very odd...all in all manual patching seems to...

Moreover the `usleep()` function had been deprecated for quite a lot of time and should be substituted by `nanosleep()`. Please find here the respective indication in the Linux manpages: >...

Sorry, I have overseen this issue. TLS is always a complicated topic, so I forward it to our experts. @KonstantinRitt @ejvr any thoughts?