Dmitry Gusev
Dmitry Gusev
There's more than this usage, I've fixed it locally but it was still failing, had to make these changes, it works, but hyperlinks in results view still use resourceType rather...
@coderkun yes, in some sense, but it goes further to support Java 11 in the build. Java 9 is end of life. Here's the initial discussion for this work: http://mail-archives.apache.org/mod_mbox/tapestry-dev/201906.mbox/%3cCA+v6cT-XmNWYvtqHvWQv5oV+1ustV7-=DedRb-7Y2x9Ym3xfkg@mail.gmail.com%3e
Hi @roidelapluie -- the thing is it wasn't included in the client's handshake. I don't have any problems with this anymore, because I've implemented a workaround already, but I had...
@roidelapluie encrypted SNI is still in the draft according to https://datatracker.ietf.org/doc/draft-ietf-tls-esni/ -- are you saying Prometheus supports/uses the draft version of ESNI by default? Maybe it was encrypted indeed. As...
FYI here's how it can be solved for a simple case: ```swift extension Insert { func returning(_ columns: [Expression]) -> Insert { var template = self.template let bindings = self.bindings...
In a recent non-bootstrap project I also needed to fix "..." in grid pager. I did this on the server-side using mixin. In my case I wrapped "..." text node...
@trsvax please try version 2.13.4
Hi @adamhorner, I couldn't reproduce the issue on my machine, but I've reimplemented the logic for this popup menu so hopefully it's fixed now. Can you check with version 2.4.4...
Looks like recursion in symbol definition. @nfranke how does the `tapestry.scriptaculous` symbol defined in your setup? Can you confirm you can run the app without errors? Which Tapestry version is...
Hi Geoff, Could you tell me what you did to downgrade? The reason for failure is probably because of the way I do releases. Every new release replaces all references...