devxzero

Results 7 issues of devxzero

When I visit a page that uses Kweb, my browser will immediately go into a refresh loop. The problem is probably caused by a Firefox setting or by one of...

enhancement
reliability

**Describe the bug** Deserialization fails for `data class Data(var A: Int)`, probably because of casing problems, (although I couldn't find what the default behavior should be), which can be fixed...

bug
2.12

**Background info:** When the browser starts to download an image via a plain html img tag, and the img tag is removed from the DOM while the image is being...

`Query.getSingleResult()` is a widely used method. It's purpose is to "_execute a SELECT query that returns a single untyped result_". In case there is no result, it throws an unchecked...

Information that is commonly needed from [`HttpServletRequest`](https://docs.oracle.com/javaee/6/api/index.html?javax/servlet/http/HttpServletRequest.html) is the URL or URI in its complete form. But currently, there is no such feature in Servlet, which raises a lot of...

Enhancement

When `hx-confirm` is used without `hx-post` or a similar attribute, then `hx-confirm` is ignored, even though it can be useful in regular non-htmx forms. Especially in pages that use `hx-confirm`...

I just tried JTE for the first time. Great project! But I'm not sure if I'm overlooking something, but the plugin seems to require named parameters when calling a template...

bug