Sean Farrow

Results 128 comments of Sean Farrow

@louthy, Thanks, I’ll take a look. From: Paul Louth ***@***.***> Sent: 29 June 2022 01:11 To: louthy/language-ext ***@***.***> Cc: Sean Farrow ***@***.***>; Mention ***@***.***> Subject: Re: [louthy/language-ext] provide the ability...

I'm happy to port the sqs/sns module as I'll be needing this in a project. would a pr be accepted?

Hi Marc, How do we deal with the java/scala dsls, should we port as-is? I notice they use Mokito when mocking things, what mocking framework do you prefer? From: Marc...

Ok, that’s fine, the only issue is the fact that the jvm version of the sqs stream things uses ElasticMQ which is java only to mock the sqs transport, should...

The closest to a local instance is using ElasticMQ, let me see if we can run that from java in .net, may require a wcf service. From: Marc Piechura [mailto:[email protected]]...

Yes, but the project I’m working on need most things to be tested, so it would be nice to have that! It looks pretty simple anyway, it just requires java...

Hi, I’ve got the following scala code I’m trying to convert: Await.result(future, 1.second) mustBe publishResult :: Nil How does this convert to c#/akka streams? Cheers Sean. From: Marc Piechura [mailto:[email protected]]...

Just a thought, should we add some CI around this repo? Given that we have tests, it would be good if we were able ot run things like akka.net does...

Happy to help maintain this as we’re using/converting a lot of the scala code, if an extra pair of hands would be useful. From: Gregorius Soedharmo [mailto:[email protected]] Sent: Saturday, July...

Did this ever get implemented in dapper directly? I'm at a point where this would be really useful. Thanks, Sean.