-
### Problem
I'm using `toJSON()` on my `RealmObject`'s to get serializable state which I can use in Redux.
`BSON.ObjectId`'s appear to be serialized to an `Object` which when called with `toString…
-
Express Messaging Server seems runing and pick up the message queue, however it is not working. Sometimes the log shows error, sometimes not.
Step to show the issue.
1. Get Mqtt Server/Client, eSer…
-
The following was operational before global changes in serialization modules were performed (about a month ago):
``` D
import vibe.data.bson;
import std.stdio;
void main()
{
writeln(serializeToB…
-
### Discussed in https://github.com/elsa-workflows/elsa-core/discussions/5707
Originally posted by **gustavoaraujocardozo** July 4, 2024
I have setting the project to run with mongo db, like …
-
When you serialize a document to a file, the serialized bson-string is allocated three times.
- Into "buf" (https://github.com/martinkou/bson/blob/master/bson/codec.py#L200)
- Into "e_list" (https://g…
-
**Describe the bug**
We wanted to use workflow core and we started exploring samples provided with mongo, but while running sample18 we are getting below error:
fail: WorkflowCore.Services.Backgro…
-
I'm using workflow in a AspNetCore web api. I setup services like
```
services.AddWorkflow(options =>
{
options.UseMongoDB(mongoConnectionString, mongoDatabase);
});
```
I created a `He…
-
Here's an example of a collection with records expiring by `expires_at`:
```
#[collection = "subscriptions"]
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Subscription {
#[serd…
-
```
System.AggregateException: One or more errors occurred. (An error occurred while deserializing the Version property of class GoArcticApi.Models.Db.BaseCollectionObject: Value class Mongo.Migratio…
-
Upgrading to latest mongodb driver required by Elsa 2.11 we have problem due to the new LINQ3 provider of 2.19 version of MongoDB C# drivers that is causing serious regressions in the provider. [See h…