issues Search Results · repo:darklang/tablecloth-rescript language:ReScript
Filter by
9 results
(87 ms)9 results
indarklang/tablecloth-rescript (press backspace or delete to remove)Rescript pretty much uses arrays for everything - lists are slow, have annoying syntax, and are less favored
idiomatically. So when we do something like String.split, the result should be arrays, not lists. ...
pbiggar
- Opened on Oct 21, 2022
- #19
singleton, fromArray, fromList in the Map module are all pipe last, while they are (and should be in Rescript
convention) pipe first
dsiu
- Opened on Oct 20, 2022
- #18
pbiggar
- Opened on Oct 13, 2022
- #10
As that is not idiomatic. It should instead by t-first (eg the List goes in the first position in functions in the List
module)
good first issue
pbiggar
- 2
- Opened on Oct 11, 2022
- #4
When attempting to send a Map.String.t to a web worker, I got an error:
Failed to execute postMessage on DedicatedWorkerGlobalScope : function caml_compare(_a, _b) {
while(true) {
var b = _b; ...
pbiggar
- 2
- Opened on Jul 30, 2021
- #8

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.