Archie L. Cobbs
Archie L. Cobbs
The following methods are inexplicably missing from the Criteria API: * `CriteriaBuilder.treat(From, Class)` * `Subquery.correlate(From)` As a result, programmers have to use a sibling method with a wider type, causing...
**Describe the bug** I have a Vaadin `CustomField` that wraps an `AceEditor` - very straightforward. In order to keep the `CustomField`'s value up-to-date, I register a listener. It looks something...
This is a feature request. Create a maven plugin for running aspirator. The setup described in the README (requiring a separate install of chord, etc.) seems rather complicated. Not sure...
### Description I have a `Grid.Column` and I say `getStyle().set("font", "Courier")` but it doesn't change the font of what's displayed. ### Expected outcome Fixed-width font for my column data. ###...
### Description I create a `Dialog` containing a form. The user presses "Submit" but there is an error. I want to display the error in a `Notification` and leave the...
When launching JShell programmatically (i.e., from a Java program instead of the command line) for an interactive session, it's not currently possible to inform JShell what the terminal window's dimensions...
`GZIPInputStream` supports reading data from multiple concatenated GZIP data streams since [JDK-4691425](https://bugs.openjdk.org/browse/JDK-4691425). In order to do this, after a GZIP trailer frame is read, it attempts to read a GZIP...
US Cellular has [special segmentation rules](https://support.twilio.com/hc/en-us/articles/223181508-Does-Twilio-support-concatenated-SMS-messages-or-messages-over-160-characters-) when sending concatenated messages (150 characters instead of 160 per segment). So ideally there should be a "US Cellular" checkbox on the calculator that...
## Description This implements feature request #19060 - Add new method `ValueContext.getBinder()` with access to the current binder. **Please see that issue for a discussion.** This PR is based on...