Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / poteat/hkt-toolbelt issues and pull requests
#99 - Add additional object utilities + natural number reifications + `Iso` module.
Pull Request -
State: closed - Opened by poteat about 1 month ago
#98 - Add various reifications and new utilities.
Pull Request -
State: closed - Opened by poteat about 2 months ago
#97 - Add additional reified list utilities
Pull Request -
State: closed - Opened by poteat 4 months ago
#96 - Add string case reified types
Pull Request -
State: closed - Opened by poteat 4 months ago
#95 - More reified utilities
Pull Request -
State: closed - Opened by poteat 4 months ago
#94 - Poteat/additional reifications
Pull Request -
State: closed - Opened by poteat 4 months ago
#93 - Poteat/additional utilities
Pull Request -
State: closed - Opened by poteat 4 months ago
#92 - Add additional reified methods
Pull Request -
State: closed - Opened by poteat 4 months ago
#91 - Add reified implementations for various methods
Pull Request -
State: closed - Opened by poteat 4 months ago
#90 - Add various reified implementations and corresponding tests
Pull Request -
State: closed - Opened by poteat 4 months ago
#89 - Provide new list methods, as well as a much-needed `Kind.LazyPipe` operator
Pull Request -
State: closed - Opened by poteat 4 months ago
#88 - Add countBy and other List utilities, + some runtime functions and tests.
Pull Request -
State: closed - Opened by poteat 4 months ago
#87 - Support type-level infinity for number comparison
Issue -
State: open - Opened by poteat 4 months ago
#86 - Improve JSDoc and add new modules / utilities
Pull Request -
State: closed - Opened by poteat 5 months ago
#85 - Fix TS 5.4 regressions
Pull Request -
State: closed - Opened by poteat 10 months ago
- 1 comment
#84 - feat: Add `Type.Assert` HKT that implements behavior of TypeScript `as` assertions, and add `Type.Cast` improvements
Pull Request -
State: closed - Opened by MajorLift 11 months ago
- 2 comments
Labels: enhancement
#83 - Fixes for object utilities (#82)
Pull Request -
State: closed - Opened by MajorLift 11 months ago
Labels: DO-NOT-MERGE
#82 - object utilities
Pull Request -
State: closed - Opened by OdapX 11 months ago
- 2 comments
#81 - nested object methods
Pull Request -
State: closed - Opened by OdapX 11 months ago
#80 - Regression in TypeScript 5.4: "Excessive stack depth comparing types" errors
Issue -
State: closed - Opened by MajorLift 11 months ago
- 2 comments
Labels: bug
#79 - Boolean Utilities
Pull Request -
State: closed - Opened by OdapX 11 months ago
- 2 comments
#78 - Idea: Experiment / document generic lambda types further with HKTs. (e.g. `<X>(x: X) => X`)
Issue -
State: open - Opened by daniel-nagy about 1 year ago
- 2 comments
Labels: research
#77 - Add `Integer` type and arithmetic methods
Pull Request -
State: closed - Opened by MajorLift about 1 year ago
- 1 comment
Labels: enhancement
#76 - Official launch of documentation site
Issue -
State: closed - Opened by MajorLift about 1 year ago
- 2 comments
Labels: documentation, enhancement, Epic
#75 - Implement arithmetic methods for `List`
Issue -
State: open - Opened by MajorLift about 1 year ago
Labels: enhancement, good first issue
#74 - Add `Object` methods for handling nested objects
Issue -
State: closed - Opened by MajorLift about 1 year ago
- 1 comment
Labels: enhancement, good first issue
#73 - Implement `Comparable`, `Sort` methods
Issue -
State: open - Opened by MajorLift about 1 year ago
Labels: enhancement
#72 - Add `Boolean` utilities that evaluate a sequence of booleans
Issue -
State: closed - Opened by MajorLift about 1 year ago
- 1 comment
Labels: enhancement, good first issue
#71 - Add `String` utilities for case conversion
Issue -
State: open - Opened by MajorLift about 1 year ago
Labels: enhancement, good first issue
#70 - Add JSDoc for `Parser` module
Issue -
State: open - Opened by MajorLift about 1 year ago
Labels: documentation
#69 - Add JSDoc for `Object` module
Issue -
State: open - Opened by MajorLift about 1 year ago
Labels: documentation, good first issue
#68 - Configure TypeDoc, GitHub Pages for static documentation site generation and deployment
Pull Request -
State: closed - Opened by MajorLift about 1 year ago
Labels: documentation, enhancement
#67 - Add build workflow for running stress tests
Pull Request -
State: closed - Opened by MajorLift about 1 year ago
Labels: enhancement
#66 - Remove outdated API docs in README
Pull Request -
State: closed - Opened by MajorLift about 1 year ago
Labels: documentation
#65 - Set up workflow for auto-deploying TypeDoc documentation to GitHub Pages
Pull Request -
State: closed - Opened by MajorLift about 1 year ago
Labels: documentation, enhancement
#64 - Generate TypeDoc documentation
Pull Request -
State: closed - Opened by MajorLift about 1 year ago
Labels: documentation, enhancement
#63 - What is the state of the main documentation?
Issue -
State: closed - Opened by ric-rai about 1 year ago
- 2 comments
Labels: documentation, duplicate
#62 - Programmatic generation of curried interfaces for custom kinds
Pull Request -
State: open - Opened by MajorLift over 1 year ago
- 2 comments
Labels: enhancement, DO-NOT-MERGE
#61 - Research programmatic generation of custom kinds with AST manipulation
Issue -
State: open - Opened by MajorLift over 1 year ago
Labels: enhancement, research
#60 - JSDoc: String Module
Pull Request -
State: closed - Opened by poteat over 1 year ago
#59 - Investigate feasability of replacing Type._$cast<T, U> with T & U
Issue -
State: open - Opened by poteat over 1 year ago
- 18 comments
Labels: research
#58 - Add hyphen before param description in all JSDocs
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#57 - Add tests checking for `Kind.InputOf` and `Kind.OutputOf` constraints
Issue -
State: open - Opened by poteat over 1 year ago
Labels: bug
#56 - Add JSDoc for List utilities
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#55 - Add Kind util `ApplyN`, and derived List methods
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
Labels: enhancement
#54 - Updates to npm pkg README
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#53 - Build settings update (fixes stress tests failing)
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#52 - README: Status Tracker!
Issue -
State: open - Opened by poteat over 1 year ago
#51 - Cleanup: Terse stress tests for List
Pull Request -
State: closed - Opened by poteat over 1 year ago
#50 - Apply tail-call rec to List.FlattenN + write stress tests
Issue -
State: open - Opened by poteat over 1 year ago
Labels: enhancement
#49 - Add JSDoc for additional Digit/DigitList steps, + Capitalize utility
Pull Request -
State: closed - Opened by poteat over 1 year ago
- 1 comment
#48 - Setup ESLint support
Pull Request -
State: closed - Opened by poteat over 1 year ago
#47 - Batch formatting, import statement changes
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#46 - Configure linter, formatter, import sorter, unused import remover
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
- 1 comment
#45 - Configure eslint, prettier, sort imports, remove unused imports
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#44 - Add jsdocs for List `Map`, `Reduce`, `Filter`
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#43 - Research delayed-extension type parameters
Issue -
State: open - Opened by poteat over 1 year ago
- 2 comments
Labels: research
#42 - Docs: Edit README, add tutorial
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
- 1 comment
#41 - Add conditional util `Match` (pattern matching), `Contains` (converse of `extends`)
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#40 - Add `Kind.Unapply`, `Conditional.Contains`
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
- 2 comments
#39 - Documentation Backlog
Issue -
State: closed - Opened by MajorLift over 1 year ago
#38 - Add test cases for various utilities
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#37 - Add List utility Zip, Number utility Max, Min, Number types `MAX_SAFE_INTEGER`, `MIN_SAFE_INTEGER`
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#36 - Add List utility At
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#35 - Add List utils `At`, `Accumulate`, `Iterate`, `Zip`, `Range`, multiple Number utils
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
- 1 comment
#34 - **BREAKING**: Fix interfaces for List utils `Unshift`, `Slice`, `Splice`
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#33 - Add Union utility `FromList`
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#32 - Add Conditional utilities `EqualsAll`, `ExtendsAll`
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
- 1 comment
#31 - Added JS Doc for the `digit-list` folder
Pull Request -
State: closed - Opened by alexonaci over 1 year ago
#30 - Talk about common initiative with HOTScript
Issue -
State: closed - Opened by ecyrbe over 1 year ago
- 3 comments
#29 - Added infer keywords to the FilterNum type in the README File.
Pull Request -
State: closed - Opened by Jvp2001 over 1 year ago
#28 - Is this a mistake?
Issue -
State: closed - Opened by Jvp2001 over 1 year ago
- 2 comments
#27 - Feature: Add `Integer` type and arithmetic methods.
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
- 3 comments
Labels: enhancement
#26 - Feature: add `DecimalDigitList` type
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#25 - Documentation for numeric types
Pull Request -
State: closed - Opened by MajorLift over 1 year ago
#24 - Feature: Improve Docs
Pull Request -
State: closed - Opened by poteat over 1 year ago
#23 - List utility updates
Pull Request -
State: closed - Opened by MajorLift almost 2 years ago
#22 - Docs: Improve documentation for `Combinator` and `Conditional` (+ add utilities)
Pull Request -
State: closed - Opened by poteat almost 2 years ago
#21 - Documentation for new list utilities.
Pull Request -
State: closed - Opened by MajorLift almost 2 years ago
- 3 comments
#20 - New methods, modules roadmap
Issue -
State: closed - Opened by MajorLift almost 2 years ago
- 1 comment
#19 - Feature: Improve docs
Pull Request -
State: closed - Opened by poteat almost 2 years ago
#18 - Include Breaking changes 0.19.0 in documentation
Issue -
State: closed - Opened by nicobrinkkemper almost 2 years ago
- 1 comment
Labels: documentation
#17 - Add list methods: concat, repeat, shift-n, pop-n, splice, slice, flatten, flatten-n
Pull Request -
State: closed - Opened by MajorLift almost 2 years ago
- 2 comments
#16 - Extend + add list methods (ShiftN, PopN, Concat, Repeat, Splice, Slice, FlattenN)
Issue -
State: closed - Opened by MajorLift about 2 years ago
- 2 comments
#15 - Number Comparator
Pull Request -
State: closed - Opened by MajorLift about 2 years ago
- 7 comments
#14 - Feature: Pure Kinds
Pull Request -
State: closed - Opened by poteat about 2 years ago
#13 - Implement natural-number compare method
Pull Request -
State: closed - Opened by MajorLift about 2 years ago
#12 - Fix incorrect relative paths
Pull Request -
State: closed - Opened by gaac510 about 2 years ago
#11 - Object.Paths is not generic
Issue -
State: closed - Opened by nicobrinkkemper about 2 years ago
- 2 comments
#10 - 230110 boolean nand nor xor xnor imply nimply
Pull Request -
State: closed - Opened by MajorLift about 2 years ago
#9 - 220110 boolean nand nor xor xnor imply nimply
Pull Request -
State: closed - Opened by MajorLift about 2 years ago
#8 - 220109 digit list comparator
Pull Request -
State: closed - Opened by MajorLift about 2 years ago
- 1 comment
#7 - Split expensive tests into separate command
Pull Request -
State: closed - Opened by poteat about 2 years ago
#6 - Update Chinese translation
Pull Request -
State: closed - Opened by gaac510 about 2 years ago
#5 - Confusing term "syntho-recursive" in readme
Issue -
State: closed - Opened by gaac510 about 2 years ago
- 2 comments
Labels: documentation
#4 - Confusing term "full Kinds" in readme
Issue -
State: closed - Opened by gaac510 about 2 years ago
- 2 comments
Labels: documentation
#3 - Improve chinese translation
Pull Request -
State: closed - Opened by gaac510 about 2 years ago
- 1 comment
#2 - There is the first version of Chinese readme !
Pull Request -
State: closed - Opened by weykon over 2 years ago
- 1 comment
#1 - Chinese language support for readme documentation
Issue -
State: closed - Opened by weykon over 2 years ago
- 8 comments
Labels: documentation