linda-passbase

Results 2 comments of linda-passbase

@ricardocastanho [`shiftTo`](https://moment.github.io/luxon/api-docs/index.html#durationshiftto) method allows to achieve the same result: ```js const duration = Duration.fromObject({ seconds: 1236836 }).shiftTo("days", "hours", "minutes", "seconds"); console.log(duration); // => "14 days, 7 hours, 33 minutes, 56...

@chenbh hello! is there any progress with adding arm64 support?