Skip to content
#

Reason

reason logo

Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know. In that regard, Reason can be considered as a solidly, statically typed, faster, and simpler cousin of JavaScript.

Here are 273 public repositories matching this topic...

glennsl
glennsl commented Nov 25, 2019

It would be useful to have a model that associates text with text style properties, and can associatively combine into a sequence (a semigroup).

This doesn't need to be fancy to begin with, just the properties we have today (fontFamily, fontSize, color) would be useful, and we'd then have a nice base to extend with other properties.

Something like this:

module RichText : {
  t
rauanmayemir
rauanmayemir commented Apr 2, 2019

As marked in https://github.com/briskml/brisk/blob/master/examples/hacker-news/app/Story.re#L82, we'll need to transform incoming html.

<p> tags are not rendered with proper margin/padding by Cocoa in NSTextView by default, and instead of manually changing document attributes on ObjC bindings side, simply pre-processing html text and replacing paragraphs by newline characters seems more prefe

prometheansacrifice
prometheansacrifice commented Jan 8, 2020

Pesy sets up the CI for the user's project and the CI is setup such that we create zip of all dependencies so that PRs can re-use previous build artifacts for faster runs.

With a few tweaks, pesy can also implement a feature to pull the zip file and warm up local cache right after we clone the project.

What do we need?

  1. Use esy export-dependencies on the CI and zip it
  2. Fetch the zip

Created by Jordan Walke

Released 2016

Latest release over 2 years ago

Repository
facebook/reason
Website
reasonml.github.io
Wikipedia
Wikipedia

Related Topics

javascript language ocaml react
You can’t perform that action at this time.