Anton Fisher
Anton Fisher
I do not think it is an good idea, but you could use empty handler for ignore errors as workaround: ``` javascript var client = ldap.createClient(opts); client.on('error', function(){}); ``` Or...
Hi Sheng, This is very strange, I ran the app locally on my laptop and then tried to access from my phone (in the same wifi network) and it worked...
Oh, yes, this looks like I forgot to include the polyfill. I was sure it is included to the babel 2015 preset.. I will add it.
Hi Sheng, Please check it out. 'Intl' polyfill was missed. I've tested on the oldest iPad I found, it works, but be sure to check it in **production mode** (`npm...
Hi Sheng, I finally found a Mac, I tried what you described. Yes, it doesn't work in the __dev__ mode, but in __production__ mode after build it works to me...
Do you see any errors in the console? I mean after this: > After that you will see the menu of 'develop', choose 'user agent' --> 'safari -- iOS10 --iphone...
Hi Sheng, A good research has been done! That is interesting I changed it half a year ago: https://github.com/antonfisher/react-express-webpack/commit/17e11d79d906ed5aa80567a96ccd5f2a9f8fbf80#diff-8333e4b35538df4d36f2b43e0ab97184L2 I need to figure out with those polyfills... But first of...
@lacendarko i think you meant "System Preferences" —> "Security & Privacy" —> "**Bluetooth**" 👍
Hi @drakulovski! To be honest, I don't have much time to work on that right now. But, in general, I like the idea to add the "AM/PM" option. Thank you!
Hi, Tarjei! As I see it, this is the expected behavior, did you have a chance to reproduce the bug on the demo page: https://antonfisher.com/react-simple-timefield/?