thiloplanz

Results 24 comments of thiloplanz

There is a snapshot repo over at CloudBees: ``` thiloplanz-snapshot http://repository-thiloplanz.forge.cloudbees.com/snapshot/ jmockmongo jmockmongo 0.0.1-SNAPSHOT test ``` I am getting pretty close to an initial "0.0.1 release", which will get into...

Okay, that is a good step-by-step document how to get into Maven Central. It seems that the current 0.0.2 release does not yet meet all the requirements, but I'll target...

Sorry, did not see your message in time. So, are you "happy" with the current latest in master or is there anything else in the "low-hanging fruits department" that you'd...

Any ideas how this should work? Just accept the command and return empty data? Accept some prepared mock results?

@jebbench: For `requireAudience("a", "b")` would that mean 1) requires "a" **or** "b" to be in the audience 2) requires "a" **and** "b" to be in the audience 3) requires the...

Similar problem, when updating to Typescript 2.5, there is a compile error. ``` src/utf8.ts(60,11): error TS2345: Argument of type 'ArrayBuffer | SharedArrayBuffer' is not assignable to parameter of type 'ArrayBuffer'....

Running on an ARM-based M1 Mac, I had to comment out that line. `// libraryDependencies += "org.reactivemongo" % "reactivemongo-shaded-native" % s"$reactivemongoVersion-osx-x86-64"` Without it, ReactiveMongo seems to fall back to an...

> Vault itself doesn't make it's changes in an atomic way in its backend. Meaning there is no way you can guarantee your backup is in a state which is...

> So backend data can get corrupted during an abrupt failure like an application panic. So the only thing that could save you [...] is if Vault is smart enough...