Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rescript-association/rescript-core issues and pull requests

#247 - Add Set functions

Pull Request - State: closed - Opened by andriijas 4 months ago - 3 comments

#246 - fix dataview bindings

Pull Request - State: closed - Opened by hackwaly 5 months ago - 3 comments

#245 - Int: Add bitwise functions from Pervasives

Pull Request - State: closed - Opened by fhammerschmidt 6 months ago - 9 comments

#244 - Add Bool module

Pull Request - State: open - Opened by fhammerschmidt 6 months ago

#243 - Add make and convenience functions for async iterators

Pull Request - State: closed - Opened by zth 6 months ago - 13 comments

#242 - Gentype bindings for Core Library

Issue - State: open - Opened by PritishBudhiraja 6 months ago - 2 comments

#241 - Iterator.toArray does not work with iterators.

Issue - State: open - Opened by samwightt 6 months ago

#240 - Unsafe host-specific bindings

Issue - State: open - Opened by cometkim 7 months ago

#239 - Add ignore functions for each module

Issue - State: open - Opened by tsnobip 7 months ago

#238 - Optimize compare and equal functions

Pull Request - State: closed - Opened by fhammerschmidt 8 months ago

#237 - Remove aliases for runtime modules

Pull Request - State: closed - Opened by cknitt 8 months ago

#236 - Remove leftover top-level t<'a>

Pull Request - State: closed - Opened by cknitt 8 months ago

#235 - Fix type of `Nullable.t` which was not untagged in the implementation.

Pull Request - State: closed - Opened by cristianoc 8 months ago - 3 comments

#234 - fix: RegExp.Result.t should be an array of options

Pull Request - State: closed - Opened by illusionalsagacity 8 months ago

#233 - fix: RegExp.Result.t should be an array of options

Pull Request - State: closed - Opened by illusionalsagacity 8 months ago - 1 comment

#231 - Remove `Re` module

Pull Request - State: closed - Opened by aspeddro 9 months ago - 2 comments

#230 - deprecated `Exn` module

Pull Request - State: open - Opened by aspeddro 9 months ago - 1 comment

#229 - add `Char` module

Pull Request - State: open - Opened by aspeddro 9 months ago - 1 comment

#228 - Add `Char` module

Issue - State: open - Opened by aspeddro 9 months ago

#227 - Add `Nullable.isNullable`

Pull Request - State: closed - Opened by aspeddro 9 months ago - 2 comments

#226 - Remove Belt & Pervasives deps

Pull Request - State: closed - Opened by fhammerschmidt 9 months ago - 2 comments

#225 - Consistency in unsafe function names

Issue - State: open - Opened by aspeddro 9 months ago

#224 - Correct comparison operator in Array.every() method

Pull Request - State: closed - Opened by WooWan 9 months ago

#223 - String.unsafeGet

Pull Request - State: closed - Opened by jderochervlk 9 months ago

#222 - Add section to README explaining settings to support ESM and CJS

Pull Request - State: closed - Opened by jderochervlk 9 months ago - 1 comment

#221 - ‌‌Add support for ESM in Node.js.

Pull Request - State: closed - Opened by htoooth 9 months ago

#220 - @rescript/core does not support ESM.

Issue - State: open - Opened by htoooth 9 months ago - 2 comments

#219 - Add RegExp.setLastIndex

Pull Request - State: closed - Opened by hackwaly 10 months ago - 3 comments

#218 - Add `Math.Int.ceil`

Pull Request - State: closed - Opened by jfrolich 10 months ago - 1 comment

#217 - :bug: - Fix binding of Array.get, to make sure it boxes options

Pull Request - State: open - Opened by jfrolich 10 months ago - 1 comment

#216 - Fix signature for Array.splice

Pull Request - State: open - Opened by bloodyowl 10 months ago

#215 - Document version requirements/compatibility for Core 1.3.0

Pull Request - State: closed - Opened by cknitt 10 months ago

#214 - v1.3.0 compile error when "uncurried": false in Rescript-v11.1.0

Issue - State: closed - Opened by dsiu 10 months ago - 2 comments

#213 - Fix docstrings for `Int` and `Float`

Pull Request - State: closed - Opened by aspeddro 10 months ago

#212 - Add optional message to Option.getExn

Pull Request - State: closed - Opened by zth 10 months ago

#211 - Use node 20 (latest LTS version) instead of 18/19

Pull Request - State: closed - Opened by cknitt 10 months ago

#210 - Runtime tests using examples from docstrings

Pull Request - State: open - Opened by aspeddro 11 months ago - 3 comments

#208 - Add `String.getUnsafe`

Issue - State: closed - Opened by ryyppy 11 months ago

#207 - Use native bigint type

Pull Request - State: closed - Opened by fhammerschmidt 11 months ago - 5 comments

#206 - Use optional arguments in bindings

Issue - State: open - Opened by cknitt 11 months ago

#205 - `Array.joinWith` -> `Array.join`

Pull Request - State: closed - Opened by cknitt 11 months ago - 3 comments

#204 - Add more bindings to Promise utils

Pull Request - State: closed - Opened by cometkim 11 months ago - 2 comments

#203 - Remove incorrect asr binding and add lsr

Pull Request - State: closed - Opened by cometkim 11 months ago - 1 comment

#202 - Add Option.all & Result.all helpers

Pull Request - State: open - Opened by bloodyowl 11 months ago - 1 comment

#201 - Use optional args for JSON.stringify and JSON.parseExn

Pull Request - State: closed - Opened by cknitt 12 months ago - 5 comments

#200 - DateTimeFormat: actually use dateTimePart, dateTimeRangePart

Pull Request - State: closed - Opened by cknitt 12 months ago - 2 comments

#199 - Add Array.flatMapWithIndex

Pull Request - State: closed - Opened by mediremi 12 months ago - 2 comments

#198 - Intl types: simplify bindings for constructors / functions with optional arguments

Pull Request - State: closed - Opened by cknitt 12 months ago - 2 comments

#197 - fix(intl): expose Intl.Common types

Pull Request - State: closed - Opened by glennsl 12 months ago - 3 comments

#196 - add rescript.json to files in package.json

Pull Request - State: closed - Opened by aspeddro about 1 year ago

#195 - Align List api with other modules

Pull Request - State: closed - Opened by cknitt about 1 year ago - 1 comment

#194 - Add strongly typed options to Intl modules

Pull Request - State: closed - Opened by glennsl about 1 year ago - 4 comments

#193 - Rename Object.empty to Object.make

Pull Request - State: closed - Opened by glennsl about 1 year ago - 1 comment

#192 - List API is inconsistent with other modules

Issue - State: open - Opened by cknitt about 1 year ago - 4 comments

#191 - Get rid of U functions

Pull Request - State: closed - Opened by cknitt about 1 year ago - 2 comments

#190 - For v11+, we can use rescript.json instead of bsconfig.json

Pull Request - State: closed - Opened by cknitt about 1 year ago

#189 - ReScript v11+: 1.0.0

Pull Request - State: closed - Opened by zth about 1 year ago - 1 comment

#188 - add ci workflow: JS files are up to date

Pull Request - State: closed - Opened by aspeddro about 1 year ago - 2 comments

#187 - Enhancement : more alignement with Javascript vocabulary

Issue - State: open - Opened by jpolo about 1 year ago - 1 comment

#186 - Invariant from genType

Issue - State: closed - Opened by cometkim about 1 year ago - 1 comment

#185 - Difference in limit for Int in Int.fromString and Belt.Int.fromString

Issue - State: open - Opened by Poornashree08 about 1 year ago - 1 comment

#184 - Add Tests for Doc Examples

Pull Request - State: closed - Opened by aspeddro about 1 year ago - 2 comments

#183 - docs: fix broken example for Array.reduce

Pull Request - State: closed - Opened by jderochervlk about 1 year ago - 3 comments

#181 - Dict: add forEach, forEachWithKey, mapValues

Pull Request - State: closed - Opened by Minnozz about 1 year ago - 3 comments

#180 - fix: typos in the bindings for Intl

Pull Request - State: closed - Opened by illusionalsagacity about 1 year ago

#179 - Add Dict.map

Issue - State: closed - Opened by Minnozz about 1 year ago - 4 comments

#178 - Add Dynamic `import`

Pull Request - State: closed - Opened by aspeddro about 1 year ago

#177 - Update README (Core is not experimental anymore)

Pull Request - State: closed - Opened by cknitt about 1 year ago

#176 - fix docstring codeblock date module

Pull Request - State: closed - Opened by aspeddro about 1 year ago

#175 - Add iterator and asyncIterator forEach helpers

Pull Request - State: closed - Opened by zth about 1 year ago

#174 - Update migration.toml to fix invalid conversion

Pull Request - State: closed - Opened by namenu about 1 year ago - 2 comments

#173 - Missing `Number.MAX_SAFE_INTEGER` and `Number.MIN_SAFE_INTEGER`

Issue - State: closed - Opened by dsiu about 1 year ago - 4 comments

#172 - `Array.getUnsafe` does not throw `Not_found` if index doesn't exist in array

Issue - State: open - Opened by dsiu about 1 year ago - 1 comment

#171 - removed `undefined` from `Core__Nullable`

Pull Request - State: open - Opened by jquesada2016 about 1 year ago - 3 comments

#170 - `Nullable.fromOption` does not return `null` for `None`

Issue - State: closed - Opened by jquesada2016 about 1 year ago - 3 comments

#169 - Add Array.last

Pull Request - State: closed - Opened by DZakh about 1 year ago

#168 - Fix Array module docstrings

Pull Request - State: closed - Opened by DZakh about 1 year ago - 4 comments

#167 - Add Dict.getUnsafe

Pull Request - State: closed - Opened by DZakh about 1 year ago

#166 - Missing Dict.getUnsafe

Issue - State: closed - Opened by DZakh about 1 year ago - 3 comments

#165 - Curious why changing the order of arguments for reduce?

Issue - State: closed - Opened by DZakh about 1 year ago - 1 comment

#164 - Add Array.fromIterator for convenience

Pull Request - State: closed - Opened by bloodyowl about 1 year ago - 1 comment

#163 - Add String.replaceAll and String.replaceAllRegExp

Pull Request - State: closed - Opened by fhammerschmidt about 1 year ago - 2 comments

#162 - Rescript v11: JSON fix

Pull Request - State: closed - Opened by cwstra over 1 year ago - 2 comments

#161 - Option module loading error

Issue - State: open - Opened by kswope over 1 year ago - 2 comments

#160 - chore(ci): add node 21.x to build matrix

Pull Request - State: closed - Opened by glennsl over 1 year ago - 1 comment

#159 - add forEach to Null and Nullable

Pull Request - State: closed - Opened by tsnobip over 1 year ago

#158 - Map.set returns unit

Issue - State: closed - Opened by TomiS over 1 year ago - 2 comments

#157 - Only allow to join actual strings with Array.joinWith

Pull Request - State: closed - Opened by fhammerschmidt over 1 year ago - 1 comment

#156 - Added random_int to Core__Math

Pull Request - State: closed - Opened by adhi-27 over 1 year ago - 5 comments

#155 - Add protect function, as alternative to missing try finally construct

Pull Request - State: open - Opened by glennsl over 1 year ago - 18 comments

#154 - Add support for more code conversion for migration

Pull Request - State: closed - Opened by seekshiva over 1 year ago - 5 comments

#153 - chore(ci): update node matrix

Pull Request - State: closed - Opened by glennsl over 1 year ago - 1 comment

#152 - ImmutableArray

Pull Request - State: closed - Opened by jderochervlk over 1 year ago - 7 comments

#151 - Clean up Result and Option modules

Pull Request - State: closed - Opened by DZakh over 1 year ago - 1 comment

#150 - About Ordering module

Issue - State: open - Opened by jmagaram over 1 year ago - 6 comments

#149 - Use float for ordering, add Ordering module

Pull Request - State: closed - Opened by glennsl over 1 year ago - 5 comments

#148 - Fix Math.atan2 argument order

Pull Request - State: closed - Opened by Minnozz over 1 year ago - 1 comment