Adam Hellberg

Results 46 comments of Adam Hellberg

Ok turns out there's only really two [APIs][build-worker-api] to mock[[1]][update-build-details][[2]][set-environment-variable], which was easy enough to do with [MockServer][]. MockServer expectations JSON ```json [ { "id": "update-build-details", "httpRequest": { "method": "PUT",...

I believe the message is re-published correctly in both cases, but RawRabbit seems to silently discard it. It doesn't even log anything about consuming the message. How would I go...

For others who arrive here from searches: I managed to get something working by - Adding a custom Log4j config in the root of the project `log4j-dev.xml`: ```xml ``` (Replace...

Late to the party but could be useful to others finding this issue: It seems it will pick up credentials that have previously been saved with the [AWS CLI tool](https://aws.amazon.com/cli/)....

So is the solution to just remove `with LoggingContext():`? This is generating quite a bit of spam in the homeserver logs.

`m.login.password` is not listed first on my Synapse v1.55.0 instance, so this is still an issue. Perhaps some version after v1.53.0 changed the ordering again. Edit: Response after Element calls...

Any updates on this? It feels like the behaviour around `[Required]` changed at some point. If I have this class in C#: ```csharp public class Test { [Required] public int?...

> I'm not sure what you mean by they generate `!` but I'm guessing maybe you are generating classes? It's the classes that get the `!` modifier yes, as interfaces...

Hm, I'll try running that same sample and see what I get. What version of the SDK are you using in that image?