Results 144 comments of gingerBill

I think this just needs to be disallowed entirely.

This issue and #3514 are actually unrelated since they can be handled completely differently.

The procedure name is written very clearly in that it only supports ASCII and not UTF-8 (unicode). We just need to add a unicode one too.

We also need to make the behaviour the same across OSes too for this. So that it will work.

Why would they be highlighted?

Can this be replicated any more on the latest commit?

I need a _lot more_ more to replicate this. I am doubting it has anything to do with the name itself, but something else.

This is something I am not sure if I want to allow or not. I understand why people want it, but at the same time it enables a bunch of...

You are incorrectly using both `#load` and `transmute`. `transmute` just reinterprets the bits to whatever type you specified. What I am guessing you want wanting to use it the following:...