Prater

Results 20 comments of Prater
trafficstars

Welp - good plan anyway. If you're not interested in being the maintainer - you can push a 'dead repo' note and point to my fork and I'll take it...

Full disclosure: I do not know F# so this is basically me stabbing in the dark until I get the test case to pass.

Trying to think this through: I think if you make the `substitutions` object have an interface like: ```typescript interface MyInterface { [key: string]: string | ((key: string) => string); }...

``` back("my_fixtures.json", { substitutions: { /KEY_[0-9a-f]{16}/: "[REDACTED]" # not the way this works "[REDACTED]": /KEY_[0-9a-f]{16}/ # the way it currently works } }) ``` Oh - this is working the...

The problem with setting them as `ClassVars` is that they are no longer available in `__init__` - only to being set at runtime. I don't think it would be _that_...

@st0012 - updated!

@suketa - Thanks for the prompt review. Yes - there are currently breaking changes in this branch - I've basically rewritten the entire Results class to construct an Enumerator in...

Sixel support landed in tmux master recently. I concur that would be the bees knees.

Unfortunately, the only way to use it currently is to run it on your own infrastructure. You can run it on a single server with a little effort - although...