rodlogic

Results 41 comments of rodlogic

https://lexi-lambda.github.io/blog/2017/08/12/user-programmable-infix-operators-in-racket/

Same issue here: ``` b1b7444f3af2: Error downloading dependent layers 2014/10/29 21:09:51 Error pulling image (latest) from myregistry.com:5000/img-myimage, flate: corrupt input before offset 86796209 ``` Restarting does not solve the problem.

I don't have answers to your questions so far, but found this link useful (I am new to Erlang): http://www.aosabook.org/en/riak.html Would creating a set of data types describing a supervision...

After reading a bit about Erlang and supervision trees/supervisor module, I have a few questions/observations I would like to share (note that I don't have much real Haskell and Erlang...

> Just a few brief remarks: > - I am not convinced that type classes are the way to go here. Perhaps > consider packaging up the relevant functions in...

I have committed a few files I have been working on this weekend for your reference. Here is one file that offers nothing new, but is a naive implementation of...

Agreed. That is the same conclusion I came yesterday night after reading a bit on it. That kind of challenge is not really up my alley and a big distraction...

The above code sample gives us a good direction, indeed. A good basis for moving forward with the genserver design. I have a few additional questions (related/unrelated to genserver/platform): -...

@edsko Yes, a distributed logging would be nice but it is not an easy problem not to mention that it could be done in many different ways. I think that...

After spending a bit of time looking at distributed-process tests, I am wondering if we can abstract some of the test case boiler plate for testing local/remove and assertions within/without...