Harald Kraemer

Results 8 comments of Harald Kraemer

Hey, I'd plan to work on this over the next week, at the very least client-side. I'm basically thinking of implementing something like this: ``` WampClientBuilder() .withUri('ws://acme.org:8080/ws') .withAuthentication(WampCra.fromUserAndSecret('fooUser', 'barSecret') .build();...

``` Just took a really short look about what you(?) are doing in https://github.com/GoodgameStudios/jawampa/commits/master. ``` More me and my team. We're mostly working on splitting up the WampClient and WampRouter...

@rashedir: Please take a look at the goodgame studios fork. We're running two applications on that code base and so far, it's looking stable. As a whole, we got a...

We're using logstash-filter-verifier a lot internally. If there is interest, I could go ahead and ask if I'm allowed to provide some of our internal config and tests for public...

Alright, I'll do a few rounds with the necessary people tomorrow. I've also requested access to the company blog so I can write a post about our logstash-config CI pipeline...

Moin, I've been looking at this because I needed something similar. The main blocker for getting modules from other python modules loaded is in the testinfra.modules.get_modules method: https://github.com/pytest-dev/pytest-testinfra/blob/dc48cd98f3b1970ecbad63f866a94f8283b79ce4/testinfra/modules/__init__.py#L48-L52 This pretty...

I just stumbled across this ticket. I'd like to share my knowledge on this, because I've been stuck on this for a day or so until the lights turned on...

Just did some further testing, and the resulting keystore can indeed be loaded by march hare and functions correctly as a trust- and keystore at the same time.