Joao Pasqualini Costa
Joao Pasqualini Costa
Creature can be: Monster Player Npc Connecting Creature.onPositionChange will be triggered for any of the above cases, it is correct that it will be called for any creature movement. But...
It's happening here aswell, Summ if you move the mouse to fast when it's leave the scroll area then you stop scrolling because you loose the focus.
Any list With more than 500 elements, grab the scrollbar and pull down fast to your mouse leave the scroll area
I just notice that it should be alphanumeric instead of alpha-numeric I think would be good to update the examples/all.js https://github.com/tdegrunt/jsonschema/blob/03ca6827027fcc9bf75afa14cf11220bf9e4e67c/examples/all.js#L214
Another documentation error I found is that var res = validate(undefined, {type: 'string'}, {required: true}); But my compiler complains, because it is not specified in Options interface ``` Argument of...
@Zbizu it should be file:close() not file:close(file)
> I would rather implement that behavior in Lua. > > What is the use case you have in mind? I'm implementing a HTTP Client in TFS, and I have...
 Even better would be checking if it is not a number, than it will avoid to check all other types and not default to zero which is incorrect and...
> I think it is defined in C++ mostly because _what should we do if there is no value?_ > > I would prefer, for example, returning an `optional` and...
> I think this should be pushed then we can work on adding something that if the path line is blocked it checks around for tiles that it isn't. Then...