tablecloth icon indicating copy to clipboard operation
tablecloth copied to clipboard

A standard library with the same API in F#, Rescript and OCaml

Results 54 tablecloth issues
Sort by recently updated
recently updated
newest added

Since both we and Rescript moved away from OCaml, we aren't seeing the same value in maintaining tablecloth, and we certainly haven't kept up with the work required to keep...

This should work the same way as `Option.unwrap` but the `default` value should be a `'a lazy` rather than a `'a` ``` getLazy : 'a option -> default:('a Lazy.t) ->...

help wanted
good first issue
in-dark-repo

I'm working on adding support for F#. Although it wouldn't be identical, it would have the same function names as in Rescript and OCaml. The advantages of this are: -...

Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.2.11 to 2.14.1. Release notes Sourced from gatsby-plugin-mdx's releases. New MongoDB source plugin! Exciting to see the first source plugin for a database added! Added Add gatsby-source-mongodb...

dependencies

Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.0 to 1.2.1. Release notes Sourced from devcert's releases. v1.1.1 Bug Fixes #55: Fix remote execution vulnerability by switching from execSync to execFileSync Change run() to use...

dependencies

Scroll location not working for nested list items in Docs pages (ex. documentation/contributing#guiding-principles#over-communicate). May need to add regex to [Sidebar.js](https://github.com/darklang/tablecloth/blob/main/website/src/components/Sidebar.js) to remove parent-list anchor in nested list item url.

These functions use positional arguments for the value to be added or removed: ```ocaml Set.add (Set.Int.fromList [1; 2]) 3 |> Set.toList = [1; 2; 3] Set.remove (Set.Int.fromList [1; 2]) 2...

The current docs for `List.chunksOf` say that "If there aren't enough elements to make the last 'chunk', those elements are ignored." This is a bad thing, and led me to...

After a few years experience with this library, and given the changes in the ecosystem over that time, I think it would be wise to change the purpose of Tablecloth...

planning