FxTS icon indicating copy to clipboard operation
FxTS copied to clipboard

A functional programming library for TypeScript/JavaScript

Results 32 FxTS issues
Sort by recently updated
recently updated
newest added

- only supoort number type - empty array returns zero Fixes #156

# Could we have a change.md file in the repo to indicate significant changes with each published version change ## ⭐ Suggestion CHANGE.MD file ## πŸ’» Use Cases Allows seeing...

# Suggestion ## ⭐ Suggestion If an empty array is entered as the argument value of the [sum function](https://fxts.dev/docs/sum), undefined is output. Returning 0 seems more natural. as-is ```ts const...

enhancement
good first issue

## Summary How about placing the test file and implementation code together? The two codes are separated and there are many files in the folder, so it is inconvenient to...

proposal

# Bug Report typescript 4.5.2 μ΄μƒμ—μ„œ νƒ€μž…μΆ”λ‘ κ³Ό κ΄€λ ¨λœ 버그가 λ°œμƒλ˜κ³  μžˆμŠ΅λ‹ˆλ‹€. ``` node_modules/@fxts/core/dist/types/juxt.d.ts:33:76 - error TS2321: Excessive stack depth comparing types 'And' and 'any[] & And'. 33 declare function juxt(fs:...

not a bug

# Bug Report ### πŸ’» Code `npm run test` failed intermittently due to timeout. ![image](https://user-images.githubusercontent.com/25566139/146245134-29e0c889-9b97-41fa-8004-45ec9ecc83fe.png) ### πŸ™ Actual behavior The `setTimeout` set in test does not match intermittently. ### πŸ™‚...

bug

## Suggestion Hello. If you open the main branch's command log now, you can see unnecessary merge commits mixed in. These noise commits do not help make pretty commitments. Why...

# Suggestion ## ⭐ Suggestion tc39 also prepares methods for lazy evaluation. We need to develop the functions being prepared in tc39 in advance. **Additional context** fxts can be evaluated...

enhancement
good first issue

There is no contribution guideline yet, so we'd better make it. example https://github.com/mattermost/mattermost-server/blob/master/CONTRIBUTING.md https://github.com/firebase/firebase-js-sdk/blob/master/CONTRIBUTING.md https://github.com/yorkie-team/yorkie/blob/main/CONTRIBUTING.md https://reactjs.org/docs/how-to-contribute.html

good first issue

# Suggestion ## ⭐ Suggestion Supports method chaining only for commonly used functions. The functions that will be provided first are as follows. - map - flatMap - flat -...

enhancement