issues Search Results · repo:adobe/ferrum language:JavaScript
Filter by
60 results
(82 ms)60 results
inadobe/ferrum (press backspace or delete to remove)Description When visiting https://www.ferrumjs.org/ you receive an HTTPS error in the browser.
NET::ERR_CERT_COMMON_NAME_INVALID
The TLS Cert is issued for *.github.io, without a subject alternative ...
bug
MinisculeGirraffe
- 2
- Opened on Jun 13, 2023
- #246
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
Config Migration Needed
- [ ] !-- create-config-migration-pr ...
renovate[bot]
- Opened on Aug 30, 2021
- #212
Description take does not seem to work if the data argument is a plain JS array.
To Reproduce
take([1,2,3,4], 3)
[ 1, 1, 1 ]
Expected behavior Unless I m misunderstanding something, I expected to ...
bug
released
tobia
- 2
- Opened on May 12, 2021
- #193
Problem
Many libraries (such as database drivers) nowadays return AsyncIterator instances. I have found it to be a great
abstraction for an asyncronous sequence of items, mainly because it s well integrated ...
enhancement
tobia
- 2
- Opened on May 12, 2021
- #192
Is your feature request related to a problem? Please describe. I found the comparisons to Underscore, Lodash, and wu.js
in the README file very useful to get an idea of which problems of the latter libraries ...
documentation
enhancement
tobia
- 2
- Opened on May 12, 2021
- #191
const anyof = false;
const foo = anyof
|| 42
|| 23;
const bar = allof
42
null;
Is this a good syntax? is this a good name? Do we need similar versions for other cases?
Discussion
enhancement
needs-api-design
question
koraa
- Opened on May 11, 2021
- #190
We should provide heuristic versions of all traits in a companion library. We should move the hash() version with
support for object-hash there.
The heuristic versions use custom visitors that fill in ...
enhancement
needs-api-design
koraa
- Opened on Apr 30, 2021
- #186
hash() uses a visitor pattern so users can customize how hashing should be performed and can even supply hashers that
use heuristics.
We should extend this pattern to all traits. E.g. eq() should use ...
breaking-change
enhancement
needs-api-design
koraa
- Opened on Apr 30, 2021
- #185
We should explicitly expose sequence/typesafe/etc namespaces instead of polluting the root namespace.
We might need a transitional module; or just keep exposing everything that is currently in the root ...
breaking-change
enhancement
needs-api-design
koraa
- Opened on Apr 30, 2021
- #184

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!
Restrict your search to the title by using the in:title qualifier.