kaiba

Results 9 comments of kaiba

see https://github.com/hMatoba/piexifjs/issues/28

@tencircles How is your progress? We are waiting for it. Can I see your changes work in progress? (I may help you :) )

I found this in [API document](https://github.com/puppeteer/puppeteer/blob/main/docs/api.md). > File choosers let you react to the page requesting for file(s) to be loaded by the web app. (This file chooser does not...

@OrKoN Thank you for your response. I tried again. But I got `TimeoutError: Waiting for FileChooser failed: 30000ms exceeded.` 😭 . ## Sample site https://kaibadash.github.io/puppeteer_native_file_system_api_sample/ ## Source code puppetter script:...

Thank you for reviewing. I resolved conflicts. > adding the env var in the documentation [here](https://github.com/getredash/website/blob/master/src/pages/kb/open-source/admin-guide/env-vars-settings.md)? I created a pull request. https://github.com/getredash/website/pull/679

I tried to add tests in `test_query_results.py` . I'm not a pythonista, that was difficult for me... Could someone help me? ```python class TestMakeCsvResponse(BaseTestCase): # TODO: How can I mock...

Xcode 7 support is on investigating. https://twitter.com/k_katsumi/status/642393408040886273

Xcode7 supports Code coverage. https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_7_0.html Maybe we use prefer this to SwiftCov.