geraldodev

Results 17 comments of geraldodev

A TEA channel on Discord ReasonML would be nice

@codekiln I'm using https://github.com/SentiaAnalytics/bs-css with success. I've followed https://material-ui-next.com/customization/css-in-js/#other-html-element and made two modules: https://gist.github.com/geraldodev/c16434b4887823bf3645fd0b02506bce https://gist.github.com/geraldodev/37eff01fad48f6d67ca45636355d77b3 The objective is to create a noscript on index.hml to serve as a place holder...

No need rec on summarize that uses fold_left ``` let rec summarize = (l: list(int)) => ListLabels.fold_left(~f=(r, elem) => r + elem, ~init=0, l); ```

/** * Inside the list `l`, remove all occurrences of the value `~value` * with the value `~with_`. */ The replace comment retained the remove from the previous example. I...

Small typo : We’ll again prefer the labeled module ListArray (ArrayLabels)

I keep updating tailwind to css if it solves this problem. After a while It generates a message of out of memory error. I'm not starting it anymore when I...

@bhauman I'm sold to the new style error messages. I can even maximize my editor (hiding the tail -f log) and switch to browser and I'll get awesome feedback. It...

If I may https://gist.github.com/geraldodev/f4cc25376331ebd37d2eb8a4d3ccf8a9 mybatis migrations are sql based. This simple babashka script is meant to be placed on the root of the project, it will default the migrations to...