-
**Tell us how we can improve Xcodes**
Apple has added passkeys support to its AppleID websites.
Can we provide similar authentication in XcodesApp without the need of login/password with 2FA?
-
-
@tbarbugli ,
I've been making greta progress with Stream Framework and its honestly a great piece of code. I've run into a little blocker which I think should be obvious but cant seem to wrap my head…
-
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…
-
### What is your question?
# With a dictionary, you tell Flower's VirtualClientEngine that each
# client needs exclusive access to these many resources in order to run
client_resources = {"num_cpus…
-
**Bug Description:**
The bug involves two somewhat related issues:
1. When running data migration for characters made in 0.1.1 the Fabula Points from the `system.fp` always overwrite the fabula poin…
-
I've been really curious about building operations on potentially-fallible synchronous code as well, without necessarily needing to pulling in an async runtime and block on a given function. The conte…
-
**Version Information**
- Version of Akka.NET: 1.4.33
- Akka.NET Modules: Akka, Akka.Remote
**Bug Description**
I figured out that if two actor systems don't suppress certificate validation …
-
Hello,
Your project is a very clever piece of engineering ! I am trying to take a grasp of the pros & cons and the type of projects that fit well within actordb's replication model.
If I understand …
-
Hi,
Thanks for your package and the article along.
Unfortunately, I am not able to test your package, receiving the following error after issuing command python ddpg.py in gym_torcs directory:
…