-
We will likely need to rewrite the sync logic when we replace the service for storing user data. A few ideas when we shape up the new service and framework implementation:
- We should be able to st…
-
This is to track the beginnings of migrating data structures to foundry data models. Foundry data models provide the benefits of
> validation on initialization and update, and on-the-fly data migra…
-
Is there a way to get ActorRefs for unit testing without the system context? `actor_cell.rs` isn't a public mod?
Does it make sense to be able to use ExtendedCell::new() in unit tests?
-
In our team it would be preferred to limit the retries to a certain number.
**Describe the solution you'd like**
We would need two new variables in the Actor class. The variable maxRetries…
-
Install failed: Download failed with error: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSErrorFailingURLString…
-
I'm trying to understand more of the Akka framework, in particular I'm working on an application in **C# (.NET standard 2)** I inherited that works within a Shared Actor Cluster. I'm working with Visu…
-
Hey I noticed that there hasnt been a commit in a long time.
Any reason why you abandoned this idea? Im very interested in it.
-
**Description**
I'm getting a crash when I create a distributed actor and pass in LocalTestingDistributedActorSystem() as the actor system. I do not see this crash when I tried to create a minima…
-
I changed the parameter in examples/dqn.py to this and I get an error:
```
def main():
env_name = 'CartPole-v1'
# env_name = 'PongNoFrameskip-v4'
use_prioritization = True
use_…
jt70 updated
4 months ago
-
### What problem or need do you have?
Hello, I try to describe project description for my package + macro target
```Swift
import ProjectDescription
let project = Project(
name: "SomePacka…