Leandro Ostera
Leandro Ostera
https://github.com/mirage/ocaml-ipaddr
TLS/SSL needs to be completely configurable so we are not tied to it. @ulrikstrid had problems getting `tls` to work with `ocaml-jwt`.
Bootstrap a small docs site with the .md files we already have.
Hello! I was recently trying to get this up and running on an Ubuntu machine and I realized that I couldn't get it to build because it was missing some...
If `site` files supported rules like: ```clojure (page index.md (with-generator Index.re)) ``` Then perhaps we can define `Index.re` to be: ```reason open Cactus; include Cactus.Generator.Make({ let render = (ctx, project,...
While compiling, getting a nice error telling me what line number is the broken one seems ideal to fix it quickly.
The watch mode should keep no cache, and should not keep any state in memory. It should listen to file system changes (adding, removing, modifying) and retrigger a full build.
1. Much more unlikely to accidentally match an existing file with that name (given the domain of the tool) 2. Makes it more obvious that something is related to the...
Examples
Here's a list of examples that would be great to have: ## Features - [x] Spawning Processes - [x] Basic Message Passing - [ ] Custom Message Encoders/Decoders - [...
I'd like to keep track of some standard functions that we will need to build up more general patterns _a la_ OTP. ## Processes - [ ] `exit : (Pid.t,...