How to configure .mocharc.yml to choose exports-style interface. It should be like this ___:_____
I love using docker & docker-compose for both development and production environments. But in my workflow, I keep considering dockers as disposable: it me
In a ReactJS project I have the following object array: const arr = [ { key1: 1, key2: 'value1' }, { key1: 2, key2:
Here is a task I need to get three elements based on the given conditions: three elements: user_id, order_time, ordered_subject each unique user_id earliest ord
how to send a query like this from the C# driver to mongodb db.getCollection("myCollection").updateMany({}, {$set:{_uniqueId : "UUID()"}}) I have tried doing th
I'm trying to transform an XML document to be in single-line and wrap it in a one-element JSON. Using XSLT 1.0 The problem is, XSL generates double quotes in th
I'm searching for a way to check if a file exists before using the OPEN DATASET command to open it. The OPEN DATASET command takes up to 30 seconds to trigger a
I learned about caches and their way of replacing addressed (Blocks) as well as different ways a cache can work. But now I'm stuck at the thought of multi-level
I am developing standard alone Java batch process. I am trying to determine file attachment mimetype using Tika Jars. I am using Tika 1.4 Jar files. My code lo