X-Trade

Results 5 issues of X-Trade

Would it be possible to use Logstash in place of Anthracite? They appear to serve very similar functions. Both are storing event data although admittedly logstash is more oriented towards...

Quite often we want to display a graph in the context of a total. e.g. percentage of 404 responses out of all responses. A stacked graph achieves this visually but...

I have a simple plugin that looks like this: ``` class UnitTestsSelectionPlugin(Plugin): enabled = True include_integration = False def options(self, parser, env): Plugin.options(self, parser, env) parser.add_option('--with-integration', action='store_true', dest='include_integration', default=False, help="Run...

Hi, I'm loving Cmajor so far as it removes much of the "boilerplate" and repetitive patterns involved in setting up a typical audio processing project. With that in mind, I...

I've found an issue that occurs when there are exactly 24 entries in a list-style text annotation. It appears that a rounding error is caused which is then truncated in...