Tres Finocchiaro
Tres Finocchiaro
JavaFX Provides [the following](https://stackoverflow.com/a/23228558/3196753): ```java web.getEngine().getUserAgent() ``` Which may return something like: ``` [...] JavaFX/8.0 Safari/537.44 ``` Which can be cross-referenced with: https://en.wikipedia.org/wiki/Safari_version_history#Safari_6 To see that 537 is equivalent to...
QZ Tray should inform Java to use the system's keystore so proxies don't cause print failures. On Windows and macOS this is possible through command line invocation. Windows: ```properties -Djavax.net.ssl.trustStoreType=Windows-ROOT...
Summary: > [Chromium will] begin requiring servers on a user's machine (127.0.0.1) or intranet (as defined by RFC1918) to explicitly opt-in to connections originating from the public internet. * Chromium...
Most settings are currently managed through `qz-tray.properties` and `prefs.properties` and that has worked well, but some companies (e.g. enterprises) may wish to leverage centralized policies (e.g. Windows Group Policy GPO...
Similar to #526, Firefox 78 will soon be adding the ability to whitelist protocol handlers. Quoting a Firefox developer: > FYI, I'm adding handlers support. Should be in for FF78....
At the title suggests, portions of the code use `javax.security.cert`, which throw deprecation warnings on compile.
Currently, `{ scaleContent: true }` does not make attempts to calculate the natural width of a web page. This is OK for responsive pages, but causes issues with static pages....
Some print operations (e.g. 1200 dpi images) cause `OutOfMemoryError` errors on machines with lower memory available. This is a placeholder to investigate the possibility of leveraging a disk buffering system...
#### Summary * I've reached out to Fargo for more information on the licensing restrictions of their API. If we have to pay to license each copy, it would have...
When printing multiple items, an error condition may occur which throws an exception up the promise chain. Unfortunately, there's no way to track the last index that succeeded or failed,...