-
### What version of Bun is running?
1.0.29+a146856d1
### What platform is your computer?
Darwin 23.3.0 x86_64 i386
### What steps can reproduce the bug?
Here is a small repo that can reproduce th…
-
I want to override just _some_ of the units of a language.
e.g.
```javascript
humanizeDuration.languages.shortEn = {
...humanizeDuration.languages.en,
h: () => 'h',
m: () => 'm',
s: (…
-
I really do not get how your Plural / Singular units System is working. I want for singular "Minute" and for plural "Minuten" and tried:
Minute{{MinutenS}}
Minuten{{MinuteS}}
Minute{{MinuteN}}
but n…
-
### Proposal
Currently, it's not possible to do time calculations when sending alerts to Slack for example. Explicitly converting to another time zone or calculating a duration between `startsAt` and…
-
I am having the same problem as in this stackoverflow question: http://stackoverflow.com/questions/29510309/how-do-i-make-webpack-exit-with-an-error-when-jshint-emits-warnings
I have both "emitErrors…
-
@rs
i have race-condition ;(
https://github.com/Altinity/clickhouse-backup/actions/runs/5259410860/jobs/9504979925#step:7:2222
```
WARNING: DATA RACE
Write at 0x00c000109440 by goroutine 30:
…
-
We need to remove hard dependency on external scripts like moment, humanize duration etc.. We should gracefully fallback or warn if those features are requested/used without including those scripts.
-…
-
The constants used for milliseconds in a year and milliseconds in a month are incorrect because they are computed from the slightly naïve understanding of leap days in the Gregorian calendar.
A lea…
-
Min for minutes, s for seconds, h for hours etc.
It should be passable as abbr = true.
Passing a map for us to add abbreviations would also work.
-
### Proposal
Since I've added humanizeDuration to prometheus/common in order to reuse it in Alertmanager (https://github.com/prometheus/common/pull/627), makes sense to remove it from Prometheus re…