Michael Kühnel

Results 140 comments of Michael Kühnel

Good idea 👌🏼 Are you interested in making a PR?

Nope. This doesn’t work because hapi, the underlying server framework, handles path parameters different to query parameters. They are not part of the route. - [Path parameters](https://hapijs.com/tutorials/routing#path) - [Query parameters](https://futurestud.io/tutorials/hapi-how-to-use-query-parameters)...

Hej @noobg1 @anujshankar @boochamoocha, challenge accepted. I just pushed a refactoring to master which hopefully improves maintainability and is a good start for adding this feature. Can’t promise anything right...

The only news is, that this one isn’t on the top of my priority list. Just because we still don’t need this feature. Therefore I wont make any promises about...

Hej @dqvn, you need to provide `tls` options over here: https://github.com/micromata/http-fake-backend/blob/6f77e92e0ec6b8019a1118202d5eef097af1ac5a/manifest.js#L36-L39 like described [here](https://hapijs.com/api/16.6.3#serverconnectionoptions). Cheers, Michael --- Going to leave this open, because it might be a feature which others...

Of course it does. Have a look at the [advanced example](https://github.com/micromata/http-fake-backend#advanced-example) to see how to use different HTTP requests methods.

Hej, @cvrebert, is there any (official) info about future release of [Bootlint](https://github.com/twbs/bootlint)? I know it made sense to wait for the final v4 because of breaking changes in the betas....

+1 for exposing `NUM_COLS` (https://github.com/twbs/bootlint/blob/master/src/bootlint.js#L19) as option for the cli-tool/grunt-task I just stumbled upon this issue while I used a »custom« grid (20 columns in my case). Im using the...

Is this a common use case?