Skip to content

Instantly share code, notes, and snippets.

@MangelMaxime
MangelMaxime / fable-repl.css
Created July 15, 2019 10:17
Created with Fable REPL
html,
body {
font-size: 16px;
}
@MangelMaxime
MangelMaxime / fable-repl.css
Created August 1, 2019 15:36
Created with Fable REPL
html,
body {
font-size: 16px;
}
@MangelMaxime
MangelMaxime / fable-repl.css
Created April 14, 2020 20:13
Created with Fable REPL
.card.is-avatar {
max-width: 350px;
margin: auto;
}
.card.is-avatar .card-image {
display: flex;
justify-content: center;
align-items: center;
padding: 25px 0 0;
}
@MangelMaxime
MangelMaxime / fable-repl.fs
Created August 20, 2020 12:57
Created with Fable REPL
open Thoth.Json
open Fable.Core
open Fable.Core.JS
open Fable.Core.JsInterop
// Code copied from https://github.com/MangelMaxime/Fable.Geojson/blob/master/src/Geojson.fs
// REPL include Geojson library so I copy/paste the code in order to have equivalent
module GeoJson =