Ming Iu
Ming Iu
Unlike the current approach of sorting by one field and then the other, this syntax will list the sort fields in the opposite order, which some people find less confusing.
Bien Ly Ngoc noted that: ``` stream.where(n -> n.getAccount().getId() == accoutId || n.getAccount() == null) ... ``` is being translated as the HQL ``` WHERE A.account.id = :param0 OR A.account.id...
This is sort of obscure, but it would be nice to have support for the same classes existing in different global window contexts. For example, if you have an iframe,...
I'm porting my implementation of LINQ for Java (called Jinq) to Scala, and I was thinking of adding support for scalajpa. But all my existing code talks directly to JPA...
I think the API should be extended with better support for font matching and font substitution. Here is an example use case: a web app loads a word processor document....
I know you already mention it several times in the docs, but I thought I would create an explicit issue for it. Working with raw font data in a correct...
It might be nice if the font API also exposed what fallback fonts the browser is using. So, if I need to render some sans-serif text, and it's missing some...
Right now, the spec includes postscript name (nameID=6) in the font metadata to uniquely identify fonts. I know some applications do use the postscript name to identify fonts. But when...
It might be nice if there was a scheme for querying additional metadata about a font without actually having to load in the complete font itself. Things like character coverage,...
This is a continuation of issue #60 . It was closed with a request for more information and told to reopen the issue, but I can't figure out how to...