Results 154 comments of John Gabriele

This is using Haxe 4 rc3 targetting HashLink 1.9.

i would expect user and project names to case-sensitive (like Haxe itself, and most (?) filesystems), but at the same time that haxelib would warn and suggest corrections when/if you...

Of course, you would not want to allow someone to upload a "CoolProj" library when "Coolproj" already exists (or create a "ThisUser" when "thisuser" already exists), but that would be...

> Case-sensitivity in haxelib would cause problems on case-insensitive filesystems, not the other way around. I understand the desire to make it easier for users to install "ALibrary" by typing...

> That was the example. Ok. I didn't understand. I'd thought that upon lib creation/upload that haxelib would naturally do a lowercase compare of this lib name with all other...

Ah, I completely forgot that `haxelib` can maintain multiple installed versions. Thank you. In that case, what I'd like as a user is for the `haxelib update` command to show...

s/notify me/implicitly suggest to me/ I don't mean it would do any sort of semver-based notification --- only that I could *see* what version I was upgrading from, and so...

See @markknol 's closing comment at #216 and pull #417 . Also, I didn't realize that all libs have an "All Versions" tab containing a beautiful plot of downloads by...

Setting of automatic bookmarks `` after a paste would *also* enable one to bounce back and forth between the start and end of the most recent paste: ~~~ ^k gbm...

Wow!! Thanks, Todd! The feature works great for me. I tried copy/pasting multiple lines, and also line fragments. Seems to work correctly with PasteVert as well, but I don't regularly...