-
### Describe the bug
I'm trying to implement a function that calculates control feedback matrix for LQR during runtime, in the mc_att_control module. The functions used to calculate the matrix are …
-
PyMongo raises `DocumentTooLarge` in all situations when document that is larger than `max_bson_size` is sent to DB.
TxMongo fails with two different invalid errors:
1. when `insert()` is called…
-
Hi,
We are evaluating mongodb_consistent_backup. I'm trying to understand how the program stores oplog changes. We are using sharded replica set. I'm checking the logs for config replica backup and…
-
Hi
-
Hello! What is the recommended way to work with data classes containing `JsonObject` or `JsonElement` fields, i.e., an untyped, open-ended key-value element?
Here's a simple example
```kotlin
/…
-
Rubypython.start doesn't work when bson gem is present in the requirements.
This is the code that I wrote:
require 'rubypython'
require 'bson'
RubyPython.start
sys = RubyPython.import("sys"…
tauqs updated
7 years ago
-
Insert the following document:
`{"content" : { "prjfoobar/files/foo" : "foo" }`
`(mc/find-one-as-map db "documents" { :_id (ObjectId. "5dfe449f1bbe8f22701dcf27") })`
Returns:
`{:_id #object[o…
-
Hi Shane,
We have a requirment to process all audit bson file of Mongo database and store it at a centralized location for reporting. In our current process, we scan all the audit bson file convert…
-
# Proposal - New Building Block: DocumentStore
### Background:
As one of the maintainers of components-contrib it is very apparent that some state stores and their respective use cases are unlike …
-
Hi,
I am using a sparse index on the field `fieldFoo` and to best utilize it, I need to add an extra `$exists` condition before the `$eq`one.
When I manually create it via a criteria, the object i…