-
_This issue is extracted from https://github.com/moment/luxon/issues/1419#issuecomment-1509608877_.
[The recent updates to typings](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/64995) ma…
-
### **프레임워크**
- nextjs
### **라이브러리**
- 디자인시스템
- https://ant.design/
- 상태관리
- Jotai
- React query
### **기타 설정**
- esLint
- prettier
- typescript
- lodash-es
- …
-
Here is the error:
Here is a simple coding example
`
Document
const labels = [
…
-
**Describe the bug**
When converting a time to simple time "TIME_SIMPLE" the returned string have an unusual space. such that if you happen to want to reuse it and create a new DateTime object it wil…
-
**Describe the bug**
When calling the method Duration#rescale, it gives incorrect result.
**To Reproduce**
This is the code in which I discovered the error.
Create a Duration object like this
…
-
**Describe the bug**
- Consume https://moment.github.io/luxon/es6/luxon.min.js somewhere
- Run `DateTime.fromISO('2019-01-01T05:00:00.000')`
- Observe error:
```
TypeError: n is not a function or…
-
Have added the module as a devDep
` "wdio-html-format-reporter": "^0.2.9",`
And have yarn installed, I can see wdio-html-format-reporter in my node_modules
I have added the format to my co…
-
Hi, if I refactor this project to use luxon rather than moment, would y'all be ready to merge it pretty quickly? It's a decent chunk of work and I don't want to mess with it if it's not going to be m…
-
**Describe the bug**
When using Luxon's DateTime on React Native Android app vs React Native for Web, the offset from DateTime.fromISO('1953-03-21'), will be 60 minutes different on the two platforms…
-
**Is your feature request related to a problem? Please describe.**
I need to access the frontmatter of a central "parameters" file which holds standard data in YAML, so I don’t have to change hundred…