-
### User Experience
One of the most useful core helpers is the ability to drag documents into other places — into a text field to auto-generate a link, into an actor sheet to embed an item, etc. Cu…
-
Right now the Actor framework is method oriented, the ActorRef is generalizing over the ActorImpl `ActorRef`, this is causing design-problems if one wants to store different ActorRefs over different A…
-
## Overhaul
This package should be rebuilt from scratch around the [`mantle` asynchronous framework](https://github.com/Innmind/mantle). This would allow to work on each actor as if it were synchro…
-
I encountered an issue with the command resolution when using the `help` command in the current framework, which can resolve similar commands through `SiblingCommands`, `ChildrenCommands`, and their c…
-
OSX, running mopidy from git with mopidy-soundcloud installed from homebrew
When searching (via the MPD interface):
```
search artist "Air" album "Premiers Symptômes"
```
I get an unhandled excepti…
-
Hi,
I was trying to deploy this framework, but finally get the errors as below, can you please provide some tips for the failure?
============= std error logs
22:54:39.115 [ceph-on-mesos-akka.…
-
### Describe the bug
I've been struggling a whole day on this problem. When starting a simulation with `run_simulation`, the program just hangs silently, without throwing exceptions or logging anyt…
-
This test appears to be flaky:
```
-
This is a discussion thread to dig into the theory surrounding how this project *is* (like) an *actor model* system and how it *is* or *isn't* compatible with [structured concurrency](https://trio.dis…
-
https://github.com/eclipse-symphony/symphony/blob/17392d8c1b1decc110ca3cef28a8675e4dd45c9f/api/pkg/apis/v1alpha1/managers/solution/solution-manager.go#L220-L222
Now global lock is used in reconcile…