Michiels Denis

Results 7 issues of Michiels Denis

This is a small typo fix. Thank you for the blog!

For the moment, there is no way to use an edge in another edge. # Solution Provide a `require/edge` method in the edge definition. It is not the same as...

## Steps to reproduce The idea here is to use a crate in an edge, like `cardano_storage`. In a edge file, trying to do : ``` use cardano_storage::{Storage}; ``` lead...

Solution: seems that the global allocator is now a stable feature : https://blog.rust-lang.org/2018/08/02/Rust-1.28.html We can theoretically move to stable.

I see that Future and Place (**http://docs.racket-lang.org/guide/parallelism.html**) in racket provides parallelism instead of concurrency with green thread. It can be interesting look if we can really use several processor for...

This error is not deterministic on my computer, and seems related to : https://groups.google.com/forum/#!topic/racket-users/8FB5Li1Hg3w Need to dig a little deeper to understand how to deal with it.

For the moment, each `agent.rkt` is a individual file. But as we want to add data in `default.rkt` (os-deps and module for example), we should be able to save it....