#@vito more dang questions:

1 messages ยท Page 1 of 1 (latest)

dark adder
#
  • Not currently no - what would you like that to look like?
  • Not yet, it's in the backlog but haven't had time
past flame
#

@valid mirage just call container().withError("bla").sync() ๐Ÿ™‚

#

The answer was within your heart all along

dark adder
#

perfect, guess i don't need to add that ๐Ÿ˜„

past flame
#

brb opening a PR to dang

valid mirage
#

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

dark adder
#

there are a few string methods that could help in the meantime - "foo".contains("o"), .hasSuffix("oo"), etc