#@vito more dang questions:
1 messages ยท Page 1 of 1 (latest)
- Not currently no - what would you like that to look like?
- Not yet, it's in the backlog but haven't had time
@valid mirage just call container().withError("bla").sync() ๐
The answer was within your heart all along
perfect, guess i don't need to add that ๐
brb opening a PR to dang
regarding the regexp, I have rules when dealing with the java sdk that adds -SNAPSHOT if the version is not a stable one (x.y.z). Currently it's done by checking if a regexp will match.
Maybe there's other ways to do the same thing
there are a few string methods that could help in the meantime - "foo".contains("o"), .hasSuffix("oo"), etc