Melloware

Results 2241 comments of Melloware

I use @GedMarc fork of this project which he already implemented Jquery 3. https://github.com/GedMarc/layout

Fantastic news @GedMarc it is much appreciated!

No prob! I was fixing another component I use and saw this migration hint and figured you guys would be interested. Once again thanks for all your amazing work!

Agreed. Bind/Unbind are now recommended to be On/Off methods.

A slightly better fix is to short circuit it at the top of the two key events ``` function keypressEvent(e) { if ($input.prop('readonly') || $input.prop('disabled')) { return false; } ```

Yuck this code is being reported as a security vulnerability by Sonatype IQ Server as SONATYPE-2020-0926. **RECOMMENDATION** _There is no non-vulnerable upgrade path for this component/package. We recommend investigating alternative...

And leaving the deprecated there is OK so people have Javadoc on alternatives but shouldn't it throw `UnsupportedOperationException` instead of just leaving this vulnerable code in here for someone to...

I understand but its listed in Sonatype with a score of 7 which means my management team freaks out we are using a JAR with a vulnerability. Even if you...

Cool I didn't know about ArchUnit!!! _It won't help much we have over 50 in production applications using it so we would have to add this test to each one...

@JLLeitschuh Than you for all your work! That GitHub bot code will be a huge help!