Vesa Karvonen
Vesa Karvonen
**Not yet ready for merging.**
Is anyone using the `Scheduler` type/module? If not, I'd like to eliminate the whole thing (meaning that there would only be one global scheduler) and simplify the library interface.
### `rea.1.0.0` Effectful OCaml with Objects and Variants --- * Homepage: https://github.com/polytypic/rea-ml * Source repo: git+https://github.com/polytypic/rea-ml.git * Bug tracker: https://github.com/polytypic/rea-ml/issues --- :camel: Pull-request generated by opam-publish v2.1.0
Here is a simple program using `TaskBuilder`: ``` fs open System.Threading open System.Threading.Tasks open ExtCore.Control.Tasks [] let main _ = let completed = ref false let t = tasks {...
Here are some fixes I've accumulated while toying with 1ML. See the individual commits for some details. One of the commits adds Travis CI integration (i.e. it is not a...
Even now, Karet essentially just works with [Preact](https://github.com/developit/preact) in addition to React. Karet only uses `createElement` and `Component` and assumes that `Component`s support (`componentWillReceiveProps` (is not strictly required),) `componentWillMount`, `componentWillUnmount`,...
Karet currently only replaces the `React.createElement` function. If you use `React.cloneElement` to clone an element without observables in such a way that the new clone has observables in it, then...
Generalize `Molecule` to work with plain properties in the template so that they are simply ignored when being written.
An attempt to `#require "luv"` in OCaml toplevel fails on Windows. Here is sample output: ``` OCaml version 4.14.0 Enter #help;; for help. # #use "topfind";; - : unit =...