Sergii Lavrin
Sergii Lavrin
Thanks for reply! Aaah, so I was on a right track with `t.refinement`, but it didn't work in my case (I tested it with more complex data and schema). Turned...
> The predicate of a refinement should be called only if the value passed in is an instance of the base type, otherwise you could get runtime errors inside the...
> Though tcomb's asserts are not meant to be run in production, Oh, sorry. I used wrong word. I meant to push this code into repository, so that other developers...
Sounds like a special option like `override` which will allow to override them will be a good addition.
@rodoabad why is that? In the wild extending does not imply that overriding isn't possible. Refer to the Classes, where overriding is a crucial part of the extending.
Project seems to be quite dead... unfortunately
Sorry if I've sounded offending. I just was quite upset that it's the only, in fact, one gettext parser for Jinja, and it wasn't updated for a while. I wish...
That's ok only till you have few locales to merge
Also, for reference, I'm afraid `msgmerge` isn't that simple: https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html So, I'd avoid naming flag as `msgmerge`, since it won't do all things, which are expected from such utility. Though,...
Just a note, WHIP spec requires a `Location` header, which should point to the endpoint the client could use for PATCH and DELETE requests, and it's mandatory in OBS 30+...