Sly Gryphon

Results 40 comments of Sly Gryphon

I've also been looking at this, and: **TL;DR; / FIX:** * In MT8, you don't need this library at all, just `.AddSource("MassTransit")` is all that is needed (I am working...

Having a sketch / hand drawn style option would be a great feature. Lo-fi prototypes are very useful for iterative (or agile) methodologies, and can help focus on the wireframe...

So, for the original request, for Savage Worlds, where you want to keep the highest, this already works as per ArtemGr: `/r max(d8!, d6!)` for a d8 skill, with d6...

Is there any problem with the staking service simply giving a copy of the hot key to their customer, to store alongside the customer's cold key? The cold key is...

This would be a good enhancement, although currently I'm focusing on getting Extensions to GA, so that it is broadly available and easy to add. Currently the logger submits the...

Thinking about these, and based on what you want (import into Splunk, or some other tool), logging using ECS JSON Lines format, with rolling file options, seems to fit what...

This is a good change, and I like the idea, but would like a few changes as outlined above. Mostly, it is rather than pass the same flag to every...

> If this property is ever used in the RollingFileTL and RollingXMLTL constructors, where the Attributes collection is not yet populated, it means that the NewStreamOnError property will always have...

Nice idea to extend the template to include values in the path; will be very useful for organising log files. Comments added to some changes in implementation before I merge;...

Thanks for the pull request. I added comments. As a work around, you can use batchsize = 1, which will send each message separately, although it will still be async...