Paul Schoenfelder

Results 36 issues of Paul Schoenfelder

This issue is to track the work for improving the documentation: - [x] Split up guides/pages on topics to provide softer introductions with specific pages for more detailed content -...

documentation
help-wanted
discussion:rfc
documentation:guides

Right now Distillery generates appups by statically analyzing the differences between the set of BEAM changes between version A and version B, if a module has changed, it is upgraded...

feature:requested
deployment:upgrades
discussion:rfc

Hey @alexrp! I was looking around for a parser combinator library, and was about to start writing my own when I stumbled across yours. It looks a little dusty, but...

@zhongwencool I think there is another important change we should make. Currently, if you call `get!/1`, it raises if the status code is not in the range `200..299` or if...

documentation

Hi! I'm really glad to see this project! I'm curious if there is a documented path for cross-compiling NIFs using rustler when used with releases. More specifically, if I have...

Implement a new supervisor module which can ensure registered processes are properly restarted according to normal supervisor semantics, but are also restarted/shifted based on cluster topology changes. This supervisor will...

enhancement

To recap, the tracker uses an implementation of an Interval Tree Clock for resolving the causal history of replicated events. My understanding of ITC is that a scenario plays out...

Swarm needs some refactoring to better support testing, configuration and to better integrate with other applications. The biggest change that needs to occur is that we need to move Swarm...

help wanted
feature

The current test suite runs a rather simplistic test, but a decent one: - Starts two nodes - Connects them together - Starts Swarm on both - Creates 50 worker...

testing

In order to have a way to compile a Mix project via Lumen in the near term, we are going to use a Mix task which compiles the Elixir source...

compiler
priority:low