-
Leave below as comments your memos that grapple with the topic of AI inspired by the readings, movies & novels (at least one per quarter), your research, experiences, and imagination! Also add a thumb…
-
First reported as part of https://github.com/haskell-distributed/distributed-process-platform/pull/77, there is a serious fault in the `ToChildStart` instance for `Process ()`.
Not only do we pote…
-
![screenshot-2023-08-11_13-42-32](https://github.com/jpramosi/geckordp/assets/291685/873483d5-d80d-4914-ae11-be746e676eb4)
Looking at that method it seems you actually just return `None` on failu…
-
### Project : Bitcoin-Intelligent-Life
__Self-replicating Bitcoin-based entities using deep re-enforcement learning__
You will create a key prototype that advances the state-of-the-art of self-…
-
Hi,
I was wondering if it's possible to start several children in a grain, which themselves are grain. I am specifically wondering if there is a parent child supervision type mechanism when using g…
-
Hello Stencila community,
I just discovered the Stencila schema by watching the webinar on YouTube and I'm very interested in the software section of the schema.
A first proposition that I can s…
-
## Issue Description
Dear Filecoin Community,
In the current Filecoin ecosystem, datacap is a highly sought-after commodity. As a result, it is not at all surprising that entities try to amass thi…
-
**Is your feature request related to a problem? Please describe.**
If a message handler fails when calling `.call` on an actor, `CallResult::SenderError` is returned with no error information.
**D…
-
The error is being discarded. Seeing as this library is about processes and will want to be supervised I think it should keep the process error.
-
If a panic occurs in an actor message handler, that actor stops receiving the message, and is only returning this error:
`failed to send message, ref is no longer valid`
Are there any extra step…