-
### Describe the bug
When I run "make" in the PX4's directory, my gazebo does not initialise automatically.
When I manually initialise it, and than closing the gazebo window - the first window (that…
-
# Bug
When defining fields with a `default` parameter, the `model_validate_doc` function works as it should, but when using `default_factory` the function treats it as a mandatory field.
### Cur…
-
Vulnerable Library - mongodb-2.2.36.tgz
The official MongoDB driver for Node.js
Library home page: https://registry.npmjs.org/mongodb/-/mongodb-2.2.36.tgz
Path to dependency file: /package.json
Path…
-
### Description
After upgrading to dotnet 6 & recent MongoDB driver, I'm getting my bson documents formatted incorrectly.
### Repro steps
```fsharp
#!/usr/bin/env -S dotnet fsi
#r "nuget:…
pkese updated
2 years ago
-
`MongoDbStorage`'s `insert_many` method should probably check for the total size of the documents or if one of the documents is too big itself. In some (pretty rare) cases, the size could exceed the 1…
-
The webserver of mongo-express crashes when opening the edit view of a document in a database's collection with a non-default MongoDB ObjectId, e. g. ``_id: 1``:
```
mongoexpress_1 | /app/node_mo…
-
Error when using function `collection.insert_one()`.
Code:
```v
module sublib
import mongo
fn main() {
mongo_uri := mongo.uri_new('xxx')
client := mongo_uri.get_database('discord_bot')
…
-
Getting this error
`Error: Invalid UTF-8 string in BSON document`
when I try to access the db by running
`deso> db.data.find( ).limit(1)`
How to ignore the error and still read the db?
…
-
It seems not supported as I get this error:
´´´
com.mongodb.MongoCommandException: Command failed with error -1: 'Unknown error: class java.util.ArrayList cannot be cast to class de.bwaldvogel.mon…
-