Conor Sheehan
Conor Sheehan
I'd like to help but I don't know much about rust or asciidoc. I'll give it a try over the holidays if you haven't gotten to it already.
No worries man, sorry I didn't get around to it! I underestimated the stuff I thought I'd get done over the holidays. If I get a chance I'll show it...
> `require('cldr-data')` can't be used with webpack because when it sees [dynamic imports](https://github.com/rxaviers/cldr-data-npm/blob/master/index.js#L55), webpack simply includes everything. > > It works including things explicitly such as `import enNumbers from "cldr-data/main/en/numbers.json"`...
Might also be worth removing stars by the author themselves from the count? IMO a fork with 1 star is pretty different to a fork with 1 star from the...
Same issue still exists in 5.x series. Latest 5.x release [5.19.2](https://github.com/projectblacklight/blacklight/releases/tag/v5.19.2) https://github.com/projectblacklight/blacklight/blob/e7764c1e58bb10b5ea2e186c68e1e320d42c1fb3/app/models/concerns/blacklight/document.rb#L18 using require_relative. Fixed in 6.x series by using autoload https://github.com/projectblacklight/blacklight/blob/1c56e366550792224d98c03f30357cb4f15d289c/app/models/concerns/blacklight/document.rb#L17
First of all, thanks @charliekassel for all your work on this. It's awesome! I think this pr could close a huge amount of issues. Just for example: * https://github.com/charliekassel/vuejs-datepicker/issues/486 *...
pr https://github.com/charliekassel/vuejs-datepicker/pull/653 would solve this! It delegates the parsing of dates, so you can pass a parser function, the same way you can pass a [formatter function ](https://github.com/charliekassel/vuejs-datepicker/pull/232)
@arthurbarbero You're right, the issue isn't about formatting, it's about parsing. Specifically this line https://github.com/charliekassel/vuejs-datepicker/blob/de0fc75fe6f6572eebf47f94da20716ab7690cff/src/components/DateInput.vue#L121 See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse for reasons on why ambiguous dates such as 01/02/2020 are interpreted as mm/dd/yyyy....
@arthurbarbero I don't think shame-driven development works. If you want #653 merged, you should upvote it. Also you could change your downvote on [my comment](https://github.com/charliekassel/vuejs-datepicker/issues/583#issuecomment-544443900) stating that #653 could solve...
Hey @dbieber no worries, I use fire for a few projects so I'd love to contribute back! Also, I noticed the github action on my fork was failing because it...