thekashifmalik
Results
4
issues of
thekashifmalik
People might not see the readme notice.
When reopening a closed tab (`command-shift-t` on Chrome) with `hx-target` set to an element different than the `body`, the page loads only the partial content returned from the server. Is...
In the ImageWidget code, there is a line that checks whether `value` is an image: ``` python if hasattr(value, 'width') and hasattr(value, 'height'): ``` This works great unless you don't...