ygopensource

Results 22 comments of ygopensource

Worked after adding `services: ['chromedriver'],` to my shared config which is extended by the main config. Thinking that we should close this but if `watch` does not work without this...

I don't have 'devtools' setup but the ``` 'wdio:devtoolsOptions': { headless: false } ``` setting worked fine given furthermore that I don't have `automationProtocol: 'devtools'` or `@wdio/devtools-service` as per https://webdriver.io/docs/devtools-service/#installation...

Ok I didn't know that devtools is default. But I don't have @wdio/devtools-service installed so I wonder how devtools worked

Looks like webriverio already has a few devtools dependencies e.g. https://www.npmjs.com/package/devtools

Do you have a `plnkr` to reproduce ? Or can you show your `$resource` call/query to do that get ? Also what is `msApiProvider`.

@IP14Y3RI fyi `bases` is deprecated according to this https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/bases/ - you may be able to use `Components`

Have you tried to set the spring application name at startup -D option

Thank you @zeioex , yes started on something yesterday on similar path which probably means same thing:- Documentation doesn't say it will "combine" access logs and error log. Unless I...

Round 2: Bit more improvement over the previous solution by using `js_var`. According to documentation https://nginx.org/en/docs/http/ngx_http_js_module.html#js_var > The variable is not overwritten after a redirect unlike variables created with the...