Adam Waldenberg
Adam Waldenberg
Apart from https://github.com/SimY4/coregex as suggested by @SimY4, there are also some more mature/old libraries available to handle this. If introducing an external depedency for this is acceptable, then this could...
@jlink Yes.... I could take a look at that. Took a quick look at the library, and looks very simple... It even has functionality to estimate the amount of unique...
@vizcay Yes. For now, move to Python 3.7. We need to figure out a good (not too hacky) way to support different versions of gettext - as it keeps changing...
> I'm having this issue as well on a private (work) repository, and I do not have any authorless commits in the repository. > > I'm not familiar with the...
Would a `@Chars(regexp = "")` or something along those lines be possible?
@lmartelli Did you try solving it with a provider? I think you should be able to meet your requirements with a custom `@Provide`'r and using an arbitrary with a custom...
This is true... Maybe something like a @HookProximity annotation is the way to go in order to set it. If no hook is specified it could, by default set a...
So essentially, all this is is, is an `Approvals` module/class that output what it receives into a file... This can then be renamed to approve the received output on the...
Yeah ... It could be pretty useful - it won't work with that library though from what I can tell? There doesn't seem to be any way to save any...
And on second thought... The way values are generated at the moment I don't know if LifeSpan.TRY would make any sense here... Probably not?