-
I have this problem when i try to call the api joinCall on HueBot.
I just deployed the project the sample project on service fabric (Azure) following the readme.
I did the update of Microsoft.Graph.…
brutm updated
4 years ago
-
#### Arctic Version
```
v1.73.0 and HEAD
```
#### Arctic Store
```
VersionStore
```
#### Platform and version
ubuntu
#### Description of problem and/or code sample that reproduce…
js190 updated
4 years ago
-
`v1` of `go-scim` was my first attempt to approach an open source project and it was a great experience. However, to be honest, I found myself not entirely up to the task of maintaining this version a…
-
I thought about implementing a MongoDB DataStore for another project that is using ZigBeeNet.
I implemented it in commit 6aaf764b4ec3864a59d3e710bc973068beaff900 and found out that it can be used o…
-
### Brief bug description
I am attempting to cache the objects using a variant of your Webhooks version of the CachingDeliveryClient that I have modified to store into a distributed cache. But it s…
-
Hi,
I try to insert datetime.datetime python object into MongoDB with Eve (with python requests) but i have somes errors.
For example :
`data = {"msg" : "Hello", "date_msg": datetime.datetime…
-
While doing many tests with my Data and LiteDB (and i love it!),
i noticed the follow (may not be true):
- If using a **bool?** Value, and for most entries the Value is null, it needs much less Sp…
-
Hi,
I am not sure this is the right place but I get the following. It seems StaticArrays and Combinatorics don't have compatible versions. I am not sure if this problem is on my side though...
…
-
When i set minimum loglevel in AddHangfire configuration as below;
```
services.AddHangfire(config =>
{
config.UseColouredConsoleLogProvider(Hangfire.Logging.LogLevel.Trace);
}
```
throws …
-
Session 1:
```julia
julia> using JLD2, Serialization
julia> f(x) = x^2 + 1
f (generic function with 1 method)
julia> @save "f.jld2" f
```
Session 2 (immediately after session 1):
```julia
…