Owen Masback
Owen Masback
ok just asking. once i figure out how to get grunt and laravel to play nice I will let you know my solve
Sorry I've only briefly looked at this but why not just convert both datetimes `toMillis()` and subtract? Then convert millis to Duration and `shiftTo()` back to requested units?
I would love this feature! Maybe make it an optional setting? Please merge!
Is it really that hard to understand how it could be confusing for one thing to have many names? There's a reason most people go by the same first name...
yeah exactly. I would like that.
It is a step in the right direction. I'm not sure it is even in scope for eslint to parse the imported modules and determine the correct name of the...
No releases in 2 years, despite a bunch of new master commits since then (I need one of them). Any plans for a new release?
You can always allow multiple major versions of react like so: ``` "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, ```
As for react-map-gl 7, i think they said it would never be compatible with react-map-gl-draw and to use mapbox-gl-draw instead. unfortunately mapbox-gl-draw seems to be abandoned, with no new releases...