-
A brief look at the code, very clear, but how to use it? Is there some demo or manual?
-
I am currently working on .NET Core 3.0 application and using mongodb repository. However, call to following fails:
`new MongoDbRepository("mongodb://localhost:27017/contacts")
`
with an exceptio…
-
**Describe the bug**
Calling `sum!` twice should produce the exact same answer but it seems to be accumulating.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
```julia
…
-
Receiving mentioned error as of today, yesterday it was working fine. Currently using Azure SignalR standard price tier set on 'Default' service mode.
The expetion is raised when using this method:…
-
I'm currently trying to port an existing microservice from java to rust to create a proof of concept. One of the thing is that in my current java microservice, the deserializer always forcefully coerc…
-
- Make sure results are correct
- Measure scalability
-
If I have a property of TStringList or TStrings type I got an exception
If I decorated with [BsonIgnore] attribute nothing happen, serialization dont work.
If I remove this TStringList property all…
-
# Prerequisites
- [X] I have verified the problem exists in the latest version
- [X] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusD…
-
**Describe the bug**
The fit!(Kmeans) is generating an error. Please see code and error below.
**To Reproduce**
using MLJ, DataFrames, Queryverse, CategoricalArrays, PrettyPrinting
@load KMean…
-
I'm trying to write a test for my Repository where I'm saving a value directly to the db and want to retrieve it by it's id via my Repository.
This Test fails with the following exception:
```
…