John Hunter

Results 50 comments of John Hunter

duplicate of https://github.com/arqex/react-datetime/issues/746

Cannot reproduce this error with Safari 15.0 / MacOS 11.6. I've checked with both the Codesandbox demo and running the local playground. Also not had any reports from Safari users...

I cannot reproduce based on the repro example. If the `initialViewDate` is a valid moment date then it should work. Docs state that you can provide a string date, as...

Hey @alexintelichain I'm not sure I can help 😞 I'm not a maintainer and no longer work on projects that use react-datetime. I'll see if I can figure out the...

> Can U please help @alexintelichain do you have a repo that recreates the issue? It would help enormously if you can share or create one. If you do, make...

Looks like this might be fixed with PR https://github.com/arqex/react-datetime/pull/761

Tests still fail when checking out master **Steps** - Checkout current master https://github.com/arqex/react-datetime/commit/4e880f2167789867d6074a655c18c16717a92e49 - Run `npm install` - Run `npm run test:all` **Expected** Tests pass **Actual** Tests fail ``` Snapshot...

Ok thanks, what test suite should be run when contributing? The `tests.spec.js` seems to mostly pass, except two of the UTC date ones. Its hard to tell why because they...

Further to @Smayke95 's https://github.com/gitkraken/vscode-gitlens/issues/2294#issuecomment-1312748745, when I use interactive rebase in the VSCode terminal the Gitlens UI does not launch. But if I use an external terminal app it opens...

@zachleat Is there anything required for this PR to be merged? I'll raise a PR on the docs site once this one is accepted. Thanks.