Tony Gravagno
Tony Gravagno
Latest Firefox over Windows 10. The [Remember the milk demo](https://jqueryvalidation.org/files/demo/milk/) does not correctly validate email or user entries. All entries return an error result.
If there is a line of text above or below selected text to be highlighted, the formatting fails. If the first line of selected text is not left-aligned, formatting fails....
I'm a newcomer to Respect/Validation. Haven't even installed it yet. I have common newcomer questions that are not "Issues". The IRC channel was difficult to find, and when I joined...
Ref: https://travis-ci.org/walterhiggins/ScriptCraft/builds/641863564 Build error is: > Expected feature release number in range of 9 to 15, but got: 8 Ref: https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476 > > Xenial as the default build environment (9...
Minecraft 1.13 will have many changes in identifiers for blocks, items, materials, etc. We've already seen the trend in recent releases and Mojang wants to do away with magic numbers....
There are drone functions like box0 and prism0 which generate empty, not-filled structures. The "0" suffix doesn't mean anything. Why not replace that convention with meaningful names, like box_empty and...
From the sequence of output below it seems clear that ScriptCraft is echoing the warning below. There might be a Read operation that isn't coded properly for end of file...
Getting this warning: > cow-clicker minigame is not yet supported in CanaryMod or Craftbukkit I've removed the script and modified it but it seems on startup the script is replaced...
Consider: ```php final class State extends Enum { public const Activated = 'Activated'; ... } ... $obj->state[State::Activated] = true; ``` Is this a mis-use of this mechanism? Should that be...
Trivial/cosmetic?