Matthew
Matthew
It seems that if I have "then" or "else" in my schema I get a warning when loading the schema: ``` 15:30:49.523 [main] WARN com.networknt.schema.JsonMetaSchema - Unknown keyword then -...
As https://github.com/bwaldvogel/mongo-java-server/issues/121 - but for projection inside a regular mongo `find()` operation. My test code is like so: ```java MongoCollection _col = ... FindIterable result = _col.find().project(fields(exclude("a.b", "c)); ``` Which...
Hi, I'd like to generate bulk wallets in such a way that I can cut away the public keys and give people the private keys without them knowing the public...
**What happened?** Running the DevPod gui causes Microsoft Defender Antivirus Software to consume large amounts of CPU! Quiting devpod causes the CPU from Microsoft Defender to go back down. **What...
### The problem Conside this scenario: 1. I write an automation than run every minute that (sometimes) waits for 15 minutes then turns on a light. 2. 15 minutes later...