J. Tóth Tamás
J. Tóth Tamás
I usually open a bunch of pages at once. Sometimes this slows Firefox down to the point that NoScipt’s XSS protection kicks in after 20 seconds, and displays a warning...
The new `tooltip` field of the ListItem class makes it possible to add extended information as a tooltip. Also refactor the component a bit so that the new field needs...
Fix an actually failing test written by me in #371. Also fix some tests (one introduced by me and some others that have already been there) that weren’t marked as...
While `JSONTokener(java.io.Reader)` and `JSONTokener(java.io.InputStream)` constructors have explicit notes about JSONTokener not closing the reader/stream, I’d like to have it close the reader/stream. Implementing `java.io.Closeable` isn’t backward-incompatible (if the library user...
From manual page: https://php.net/language.oop5.static --- Prior to #329, the documentation about static methods and properties stated that > A property declared as static cannot be accessed with an instantiated class...
The filename may be used even if the user chooses “Open in browser as”. I found two cases when this happens: - The user chooses this option, but the browser...
Java 16 records (JEP 395) are a perfect fit for Velocity variables: they are lightweight and desgined to contain immutable data. However, records don’t follow the JavaBean convention: the getter...