Gil Matok

Results 7 comments of Gil Matok

Hello to everyone reading this, I found a solution for this problem. As you know, you can add custom properties to JUnit XML using Pytest's `record_property` function. Here's an example...

@nicola-lunghi @ZioTino Please see my solution above.

@jeremyVignelles Have you found a solution for this?

As a temporary solution, I just copied the HTML from Slack's default page with dynamic values for the team/app ids: ```res.writeHead(200, { 'Content-Type': 'text/html' }); res.write(` body { padding: 10px...

@stevejgordon Thanks for the follow-up. The high-level client works fine when deserializing Multisearch responses. The reason I'm using the low-level is client is because I'm using [Elastiknn plugin](https://github.com/alexklibisz/elastiknn) which requires...

OK, so turns out the user count is buried deep down inside the `_embedded` dictionary. Isn't there a nicer way to get it?

@prziborowski thanks. I modified my cloning code to utilize these parameters however, the hostname still remains the same. Here's my example: ``` relospec = vim.vm.RelocateSpec() relospec.datastore = datastore relospec.pool =...