-
A dedicated page(like [Friends of Rust](https://www.rust-lang.org/en-US/friends.html) to know Organizations running Rust in production) to know Domains where Rust is being used, this will be greatly h…
-
I'm confused by why in [the SPI example component](https://github.com/technicalmachine/fractal-docs/blob/jon-intro/examples/spi.yaml) there are code snippets like `on_begin: enable_spi(self)` and `con…
-
# Issue description
Assertion failed: _input_stopped (stream_engine.cpp:467)
# Environment
* libzmq version (commit hash if unreleased): 4.3.2
* OS: macos 10.15.4
# Minimal test code / St…
-
Hey @bhelx amazing work!
Erlang scheduler generally doesn't like long-running processes.
For native Erlang / Elixir processes, it uses reductions to preempt so that other processes have fair chan…
-
I'm repeatedly running into errors when sending a task to celery queue (using RabbitMQ as a broker). This happens intermittently, typically after successfully sending and successfully processing sever…
-
Right now the JavaScript examples use `Reflect.get` and `Reflect.set` to access JavaScript fields. This has two problems:
* It is cumbersome to write
* The generated JS code is inefficient
The …
Aloso updated
3 years ago
-
I run Erlang.Parse.from_file on
https://github.com/erlang/otp/blob/master/lib/wx/api_gen/wxapi.conf
and get the error
```
failed: In wxapi.conf.copy, at offset 820: syntax error.
Erlang__Erl_…
-
# Checklist
- [x] I have included the output of ``celery -A proj report`` in the issue.
- [x] I have included the contents of ``pip freeze`` in the issue.
- [x] I have verified that the issue exi…
-
Rather than:
let add x y = x + y in
let square x = x * x in
add 2 (square 3)
I'd like to be able to do something like
let
add x y = x + y;
square x = x * x
…
-
Currently it's not possible to define a zero arity function in Alpaca as the compiler treats them as values. I can see a few use cases for zero arity functions.
## Side effect free beam interop
…