Lean Rada
Lean Rada
Well, it is just a wild idea. The Steam controller is a very versatile input device, I think, so I'm trying to use it on everything. I know little about...
Not really a betty issue ``` function betty /home/user/bin/betty/main.rb $argv end ``` call with `betty arguments bla bla` ;)
Isn't this the "Always on top" setting?
It does support repeated requests if you use POST (i.e. a form). I actually almost included the same `about:blank` thing in the snippet, but I decided to lean on standards...
I've added your `about:blank` solution to the new [Extensions page](https://leanrada.com/htmz/extensions/), if you don't mind. I modified the cleanup method to be `replace("about:blank")` so it doesn't add an extra history entry.
Not sure about this either. The development version is supposed to be "deminified" so, no shortcuts + more explicitness for better understandability.
posting the issue so I don't forget. but it's not urgent because my site is a static site (except the anonymous guestbook)
I discovered this by accident. In the `cf_clean_target_tabs` example. There are named iframes for each destination, following the "Clean target values" approach. These iframes are _inside_ the target elements, meaning...
Explicitly destroying & recreating the iframe sounds feasible Maybe even simply removing & reinserting the node instead of recreating from scratch as suggested here https://stackoverflow.com/a/25365973/3144156 I think I might need...
I just tried ``, and ``. Unfortunately we can't target those elements with the `target` attribute.