Garret Wilson
Garret Wilson
FYI I did some checking and found out what "-pfd" means in this case: apparently it is a [stage in the Java Community Process](https://www.jcp.org/en/jsr/stage?listBy=proposed) that means "Proposed Final Draft" (e.g....
I don't even know what this thing is _called_! I searched the v7.3.0 [changelog](https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.3.md), but I couldn't find anything relevant for "preview" or "auto" or "type" or "text".
Thank you thank you thank you! What a relief (even though it already wasted an hour of my morning). I was seriously this close to downgrading to v7.2.x. I appreciate...
> I think you can prevent this by assigning a `data-fancybox` value other than the id of your container (in this case, "gallery"). Yes, that is a workaround to this...
Yes, please add this. In the source code it's as simple as wrapping an `Iterable` around `Stream.iterator()`, which with lambda notation is even simpler: ```java stream::iterator ``` Of course there...
I just started using Thymeleaf and it seems wonderful in theory. But still no native `Optional` support?
I've added a [question on Stack Overflow](https://stackoverflow.com/q/64306235/421049) to find some reasonable workaround until this is implemented natively in Thymeleaf expression processing. Assuming `${foo.findName()}` returns `Optional`, what comes to my mind...
I'm having a similar issue. I am using Thymeleaf from Spring Boot 2.3.3.RELEASE. My templates are well-formed XHTML5 files with `.xhtml` extensions, and an XML declaration: ```xml ``` I specify...
It's been a few months since I looked at this, but I may not have realized that `UriBuilder` would add another dependency --- and you're right, we probably don't want...
It's possible that I could have a developer available to address some of these issues (e.g. #65 and the others we've been discussing) in about a month or two; if...