Results 88 comments of IS4

After some tests, I am also inclined to think that using `JToken.Parse` for `rdf:JSON` handling is very unsafe ‒ while it sounds nice in theory, Json.NET does a lot of...

While the idea to have `` instead of `allow` came from me, I think ultimately `allow` is the best and future-consistent approach. In the end we could have `allow T...

> That would result in the meaning of the existing code silently changing Not necessarily. The local function could be used only if the name couldn't be matched to a...

Well this is also (to my knowledge) the only situation where local functions are used outside of the scope they are defined, so a different behaviour is not all that...

I should also mention that `amx_GetCppString` can be triggered to crash with any value outside the AMX range, which is something that could be caused by an incorrectly working Pawn...

@Drake53 I would also like to request some additional accessible API to use. In my case, I would like to access the information about a particular entry's hash and locale,...

0.35 fixed this issue, but there is another null-related one with https://telparia.com/fileFormatSamples/archive/rar/password.rar on IReader.MoveToNextEntry: ``` System.ArgumentNullException: String reference not set to an instance of a String. (Parameter 's') Stack Trace: ...

How would you deal with multiple scripts/libraries referencing the standard library with different settings? If the main script turned this on, would all libraries still be able to use the...