Kai

Results 13 comments of Kai

Also seeing this error on my build after adding some long-running tests. I configured max-duration in my Gruntfile, which makes everything green on Sauce's end, but grunt-saucelabs still times out....

Fixed my build by configuring statusCheckAttempts to bring grunt-saucelabs' effective timeout (statusCheckAttempts \* pollInterval) up par with max-duration. If there must be two configs, it might be helpful to warn...

re re re re base base base base d d d d

Use the overlayRender attribute in PhotoProvider, but also you need to style the output as an overlay. Here is an example using tailwind.css classes: ``` { const className = `...

I have this implemented in a branch, but it's blocked on #141 which simplifies the file input component somewhat. One question I have is what to do with the mime...

I believe the Circle project is configured not to build forked pull requests for security reasons.

Here's what Circle has to say about security and forked PR's: https://circleci.com/docs/2.0/oss/ It seems to me that we could safely enable [Build forked Pull Requests](https://circleci.com/docs/2.0/oss/#build-pull-requests-from-forked-repositories) without [passing secrets](https://circleci.com/docs/2.0/oss/#pass-secrets-to-builds-from-forked-pull-requests) to them....

> Perhaps we could address the UX concern by appending a unique string to the suggested file names when saving shares. Either a random nonce or a randomly chosen english...

Should be falling back to HTML5 notifications already. Electron claims support for HTML5 -> native OS notifications for all platforms. Seems to work (for me, on osx) after the app...

Some other potential test cases: Bob | Robby -> Robert Bill | Billy | Will -> William Katie -> Katherine Kathy -> Kathleen Also, does it also make sense to...