-
**Description**
As a:
- [ ] Application user/user of the configuration itself
- [x] API user (application developer)
- [ ] SPI user (container or runtime developer)
- [ ] Specification implem…
-
I'm creating this issue as a general request for feedback and discussion.
Feel free to add comments on Picos to this issue or open a [discussion](https://github.com/ocaml-multicore/picos/discussion…
-
I have found several issues (#103, #104, #99, #82), they are talking about the same thing.
## The asynchronous pull / push model
Have you read the [ReactiveX](http://reactivex.io/)? If not, plea…
-
The ZIO library is a popular functional programming library for Scala that provides a powerful and composable way to write asynchronous and concurrent applications. ZIO stands for "ZIO IO", where "ZIO…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
Android 12
### Mobile device if the issue happens on …
-
# Elixir
### 1. Elixir in Action
One of the best books for learning Elixir with great concurrency part.
I followed the instructions of this book and built a simple concurrency todo app at this re…
-
Rust is a [multi-paradigm](https://en.wikipedia.org/wiki/Programming_paradigm), [general-purpose programming language](https://en.wikipedia.org/wiki/General-purpose_programming_language) that emphasiz…
-
When creating a large function, the compiler throws `StackOverflowError`.
Generate example code:
```bash
#!/bin/bash
echo 'def main(): Unit \ Impure ='
for ((i = 1; i < 1000; i++)) ; do
ec…
-
For a modern data engineer knowledge of concurrency models is important.
1. A data engineer should know the difference between **concurrency** and **parallelism**.
2. A data engineer should know …
-
Hi there,
I have a switch stack of S5820X devices which should be compatible with the S5500 series of devices.
Running a simple `.get_facts()` on the system results in a UnicodeDecodeError with …