-
I am trying to build upsert functionality for a vertex. My code looks like this:
```js
const existingBuyer = await config.db.select().from('Buyer').where({ id: rawBuyer.id }).one();
if (_.is…
-
Ticket was previously opened before, and can be found [here](https://github.com/newrelic/terraform-provider-newrelic/issues/2137). This is a potential error with the provider itself in GO. This projec…
-
Intermittently (hard to reproduce reliably) we see CPU spinning at 50% or 100% (one or two cores), with profiling showing that schedule() is being called repeatedly, even though no messages are being …
-
大佬现在还在搞吗
-
Hello.
I was playing with Proto Cluster on the dev branch and I've found an issue in case of error coming from Consul on request to register service on re-registration step. In my case it was "no sp…
-
Hello,
I am compiling the calvin-constrained with CoAP client and it fails. I am facing below-mentioned issues.
1. In the Makefile (runtime/south/platform/x86/Makefile) CC_FLAGS, CC_LDFLAGS, and …
-
## Description:
If Actor appears panic when it responds to the `actor.Stopping` message, it goes into restarting and continues to survive. There are data anomalies, memory spillovers or other hidden …
-
### Info
Version: Akka.Cluster: 1.3.12, Akka.DistributedData: 1.3.12-beta
Platform: Linux/Windows
### Backstory
I am having a trouble making my distributed data replication work.
I have descri…
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…
-
Currently `Proto.Persistenece.IEventStore` only supports persisting single event at the tame.
```c#
Task PersistEventAsync(string actorId, long index, object @event);
```
This may not be good…