1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 18, 2025 — Jun 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
🐛 Turn negative durations into 0 for sleepSync()
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix GroupedSignatureType#clone()
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Make `Math.mean(numbers)` return 0 if there are no numbers
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `LinkedMap.setAt()` MAP update
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix timebomb defuse on errors in server-side `Request`
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Make `RegExp#execAll(str)` always run on a global version of the regex
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Make `Decimal#nthRoot(n)` throw an error when `n` is not an integer
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `AbstractDateTime` isNaN check
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Cleanup `Informer#after()` variables
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix SSE implementation emitting incomplete event data
skerit
as Jelle De Loecker
More... 5 months ago
⚡️ Make `Request` on the server use buffer array collection instead of string concatenation
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `String#assign()` not working when `values` is not an object
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Make HashSet#delete() return false by default
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `BackedMap#values()` iterator
skerit
as Jelle De Loecker
More... 5 months ago
⚰️ Remove dead code
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Added listener cleanup in `StreamCombined#_reset()` to prevent memory leaks
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Make `Informer#setCacheMethod` delete method cache when an error happens
skerit
as Jelle De Loecker
More... 5 months ago
♻️ Remove redundant split call
skerit
as Jelle De Loecker
More... 5 months ago
♻️ Replace `String#substr()` calls with `String#slice()`
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Use `decodeURIComponent` instead of `unescape` in `RURL.parseLocation()`
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `FunctionQueue` always overwriting the global default options
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix Function.parallel error message
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix Date formatting "n" from returning previous month's days
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `Date.getUnitMs()` not using correct operator precedence
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix wrong detection of internet explorer
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `WeakValueSetMap.has()` doing null-check too late
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix browser-side `Request` not falling back to navigation properly when there is no FileReader
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `HttpAgent.createSocketId()` using a const instead of let
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `Math.standardDeviation()` undeclared variables
skerit
as Jelle De Loecker
More... 5 months ago
🐛 Fix `Magic` class using `has` method instead of `__has`
skerit
as Jelle De Loecker
More... 5 months ago