Conrado García Berrotarán

Results 8 issues of Conrado García Berrotarán

Hey all, i'm trying to send SOAP messages to a server that requires x509 certificates. I've got private and public keys and a keystore generated using keytool. I have the...

Hi, first of all, thanks for the great tool. I have several apps with a lot of yoda-conditions and I wanted to see if there is a way to make...

Hello, how can I make so the terminal appears at the bottom by default? Right now I'm always having to go down manually Using nvim and running python's behave tests....

Hi I'm trying to mock a WSDL file, the server runs but I'm not able to do any operations. Is is possible to expose the WSDL to automatically create a...

question

Hi, I can't find how to display the [message headers](https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html). In [this issue](https://github.com/kafka-rust/kafka-rust/issues/212) they mention is not possible to send headers, is it the same for reading headers from a...

Hi everyone, thank you for this amazing tool. I've been using it for a couple of years now. I want to include it in my neovim setup, which right now...

**Is your feature request related to a problem? Please describe.** Scenario Outlines without examples pass silently, this can lead to thinking your tests are passing. **Describe the solution you'd like**...

Hi! I want to close both a producer and consumer when Kafka server isn't responding anymore. If I do ```python await producer.stop() ``` ```python await consumer.stop() ``` It will try...

question