martinml

Results 6 comments of martinml

Thank you for your reply and your work! I understand that you don't really have control over whatever Chrome internals go crazy after you change the height of the textarea....

@hemp I'm using a mirrored textarea and didn't have more reports of laggy typing. It seems to be a better method but as @jackmoore said, you have to tailor it...

I barely know Go but I tried to delve into the problem a bit more. So I created the following structure: ├───test ├───dir ├───junction-to-dir (made with mklink /J junction-to-dir dir)...

Hmm, my bad. My example should be using `os.Lstat` and not `os.Stat`. That does return the expected result indeed: ``` something else symlink symlink something else symlink ``` How this...

I think none unless they are in a remote server: > [junctions are processed at the server and directory symbolic links are processed at the client](https://superuser.com/questions/343074/directory-junction-vs-directory-symbolic-link)

Are you using 64-bit PHP? According to [their site](http://windows.php.net/), those builds are experimental for anything older than PHP 7. That might be the reason. I'm seeing correct results in 64-bit...