David

Results 25 comments of David

I ran into this issue today. Normally when working with UTF-8 files I just save them as plain old UTF-8 without a BOM. However this time I needed to open...

IMO this should be closed since it's user error.

I misread the title of your post so I misunderstood that you have an issue with the documentation; apologies for that. I think it's perfectly reasonable for the docs to...

> I'd further point out that far more effort has now been put into these responses than it would take to actually write the requested doc Oh of course, but...

I just ran into this issue in NodeJS and spent a LONG time trying to understand wtf was going on. Eventually I discovered the NodeJS issue linked in the OP...

Is this something we can do currently? I REALLY need synchronous operations and I'm struggling to find a way. EDIT: After testing and getting really confused for ages I finally...

@mindinsomnia Nice workaround. My "solution" was to have two separate loops. The first one determines which (and how many) images need to be loaded, the second starts them all loading....

Personally I think it's utterly ridiculous that fs.CopyFile and fs.WriteFile don't work on hidden files on Windows. It's insane. There's zero reason to accept that. A documentation fix is a...

A number of problems? I don't see any. The PR was updated to solve the initial problem. @vtjnash said it appears to be an intentional design decisions of the OS....

Is it possible to get this prioritised? It's straight-up broken, and seems an easy fix. I can maybe try to do a pull request at some point, although I'm not...