Oytun Tez

Results 40 comments of Oytun Tez

As suggested by @UlrichEckhardt, autoloading your benchmarking classes worked with me. ``` json "autoload": { "psr-4": { "MyCompany\\Benchmarks\\": "benchmarks/" } }, ``` Then remember to issue `composer dump-autoload`.

We are trying get around this, it really makes our commit history very dirty. We store our source files (en-US) in PHP arrays. From these, initially and also in each...

I observed that this occurs when migration from a previous major version to the latest version (I think from 1.x to 2.x). The straightforward solution is to delete the application...

I am guessing this is the norm in front applications. This is also how we handle our other front applications: we build per environment.

I retried the demo page on IE9. - Upload txt or binary file. Sometimes works, and sometimes not. - Upload binary file. IE developer tool sometimes shows "No data to...

I don't believe in anything w3schools says. I got a few visitors yesterday with IE8 in Arabic locale. My inbox was alarming with IE8-related error reports :) The problem here...

I think I currently have all VMs from https://modern.ie When I'm bored, I just load one of them to hear Windows loading sound... :+1: I'm not removing resetSubmit completely, I...

@DiegoYungh, We have been using the solution I proposed above for a while, no errors reported in any browser so far. We are using Bugsnag to automatically collect errors from...

This was a long time problem for me while using FileDrop JS. I was using the previous version for a long time, then we recently upgraded our application for the...