Brian Gonzalez
Brian Gonzalez
How are you running the example?
Hmm, I don't have time to dig in right now, but I am sure if you dig in to `app.js`, you'll find the culprit by searching for `popState` / `pushState`.
Hi Jonathan, thanks for the report. Do you see any errors in the developer console? I don't have Safari 6 anymore to test, unfortunately. On Tuesday, November 5, 2013, Jonathan...
Strange. Looks as if there might be some erratic Safari 6 bug. Does this demonstrate the issue you're having? http://www.cybmed.com/w/safari6bug/
Here's an alternative approach to achieve the same effect: https://medium.com/fleetx/marker-with-custom-label-3591a5723bf4
We did something similar to this at [Curri](https://www.curri.com) (where `uploadFileToFirebase` uploads the file to firebase): ```js router.post( '/file/upload_file', common.restrict, inline_upload.single('file'), async (req, res, next) => { if(req.file){ // check for...
@erensermen What does this say when you press alt? https://codepen.io/briangonzalez/pen/mmvqpB
Are you able to get it to say F4? https://codepen.io/briangonzalez/pen/mmvqpB
Look into AVA.
Can you explain further? Do you want this to be configurable?