-
Hi again,
I wanna use Primitive wrappers, but i can't get it working. Compiler says that the import was not found or had errors. I'm using gradle to build the protobuf-messages.
build.gradle:
```
…
qux42 updated
8 years ago
-
https://github.com/asynkron/protoactor-dotnet/blob/dev/src/Proto.Actor/Future/FutureBatch.cs
FutureBatch is a special Future that registers into the ProcessRegistry, and then allows requests to re-…
-
observed on scaleway with the following config
```yaml
version: 0.7
metastore_uri: s3://qw-data-xxxxxx
default_index_root_uri: s3://qw-data-xxxxxx
storage:
s3:
access_key_id: xxxxx…
-
When I install iroh via cargo install iroh-cli on intel mac and then run `iroh doctor accept`, I get a SIGSEGV. Same for iroh start.
Not sure if this is just a fluke. I just wanted to play around w…
-
For local development, I've configured Proto Cluster with Consul support using random ports.
The cluster is working and I have two nodes:
* An API Server which acts as a bridge (WebSocket to Act…
-
Akka 1.3 + OSX
After testing a new build of Akka 1.3, my application ran into the following error:
```
[ERROR][8/25/2017 10:05:55 PM][Thread 0012][[akka://Cluster/system/endpointManager/reliabl…
-
In tests deliberately causing gRPC endpoints to fail, we found the EndpointWriter on the surviving node can get into an infinite loop.
The EndpointWriter is sent a Restarting message. In the restar…
-
I am running the latest pre-release `1.6.1-alpha.0.22`
Here is where it occurs in the Cluster class:
```csharp
public async Task ShutdownAsync(bool graceful = true, string reason = "")
{
…
-
## Problem
xgboost changed the order of the RabitTracker constructor parameters in 2.1.0
In 2.0.3, host_ip comes [first](https://github.com/dmlc/xgboost/blob/v2.0.3/python-package/xgboost/tracke…
-
There is some missing parts with validation during `delete actor` request processing and with simple modification it's possible to remove any actor owned by `pub`.
This could be done just with repl…