-
Sample error when logging is enabled:
```
DEBUG eventstore::grpc > Failed to create gRPC channel for candidate Endpoint { host: "172.30.240.11", port: 2113 }: transport error: error tryi…
-
connects #7
the projections API is a bit cryptic for me
I've been able to hobble my way through the rest of the protos pretty much just on sheer experimentation and checking with the other clie…
-
When upgrading to `0.5.5` the following code gives errors in Visual Studio at editing time:
`type WebConfig = YamlConfig`
The error is:
`The type provider 'FSharp.Configuration.ConfigTypeProvider+FS…
-
(NB this is based on me reading source and some speculative extrapolations from prod scenarios I've been analyzing that I've yet to completly validate; I might be looking at this problem wrong and/or …
-
### Team
- [X] I've assigned a team label to this issue
### Severity
I expect low severity. The properties are new in 2022 and unlikely customers have taken any dependency on them.
### Version
20…
-
Not sure if this is still in scope for Emmet, but running in browser only for prototyping is not supported with Emmet 0.20.x anymore, as it seems the eventstore relies on the commander-library which i…
-
System APIs that should be supported:
Both:
- [x] Contacts
- [x] Hostname
- [x] Calendar
- [ ] Phone Calls
- [ ] Messages
- [ ] Geolocation
iOS:
- [ ] Health data
- [ ] Apple Home data
-
The /users/ endpoint sometimes returns the same user twice:
Example:
```
➜ curl --silent -u "admin:changeit" -k https://127.0.0.1:2113/users/ | jq -r '.data[].loginName'
admin
admin2
ops
tes…
-
-
**Description**
The client enters into a seemingly endless loop trying to close a connection to a cluster after a node was restarted.
**To Reproduce**
Uncertain at this moment, aside from restart…