Pierre Hilson

Results 43 comments of Pierre Hilson

To clarify my question, we are using the rest and soap plugins. We are not using the openapi plugin. We would like to use one imposter instance with the recursive...

For REST, maybe (but I'm dumb) you could prepend config.path to route (if config.path.isNullOrEmpty()) at io.gatehill.imposter.plugin.rest.RestPluginImpl#addResourceHandler ``` uniqueRoutes.forEach { (route, config) -> addResourceHandler(router, config, route) } ```

My feature request still make sense (I think) but I wanted to let you know that we decided to run one imposter process per mock and this is therefore not...

Fantastic ! I'll give it a try !

@outofcoffee This message to confirm I tested both "basePath" and IMPOSTER_AUTO_BASE_PATH and they both work as expected. It should be noted that if I create a mock - exposing the...

Hello, The number of mock instances we need to host raises and today came the time we had to ask an memory increase (16gb to 32gb) on the imposter host....

I would really love to see this being implemented. Indeed, I systematically tick the started tasks with a [/] so that at the next stand-up meting, I know what I've...

As a work-around, I modified the regex to allow forwarding the todo listed by @talios ``` // Returns true if string s is a todo-item #isTodo(s) { const r =...

Hello, Thank you for your work. Unfortunatelly, the merge fails on my fresh qmk clone... ``` $ git merge sunaku/miryoku_bilateral --no-edit Auto-merging docs/tap_hold.md Auto-merging quantum/action.c CONFLICT (content): Merge conflict in...

Thank you for your awesome work ! It would indeed be awesome to be able to sync settings... Nevertheless, care must be taken because some settings should be local to...