Paul Hammant
Paul Hammant
## Describe the idea I've a fleet os Raspberry Pi's and smaller less well known devices (Odroid). First boot or first SSH connection of these things oftent goes into an...
## Describe the idea PUT command enhanced like so for new optional way: ``` PUT """ blah blah blah ...""" /etc/nginx/nginx.conf 0644 ``` ## Additional context In some cases items...
Say there's a resource `foo/bar.txt` and it is only a line or two of CR-delimited text. Can a simple Flutter+Dart app show that being GET from the server, then PUT...
Yeah I know FlutterDriver feels a lot like Selenium-1 (RC) and not much like Selenium-2+ (WebDriver) but it is the only way for now - If we're teaching people we...
If I'm in a page, and I drop some file into it with your widget, and I close the page, then its like I'd never dropped the file on the...
To reproduce: Save the Tweet section of (say) https://twitter.com/paul_hammant/status/1211995077620441089 shown in red here :-  Notice that the icons on the left are not shown in the resulting page. There...
Ref: https://paulhammant.com/2013/03/28/interface-builders-alternative-lisp-timeline/ The solution would load (say) `https://github.com/vygr/ChrysaLisp/blob/master/apps/calculator/app.lisp` into the designer tool, swapping `(import "gui/lisp.inc")` for `(import "gui_designer/lisp.inc")` on load. And load is execute in a suitable context On save,...
Not docker-style virtualization, more something build into the VPASM. From: https://paulhammant.com/2016/12/14/principles-of-containment/ * implicit sandboxing at each container/contained boundary * should be nestable and each contained item be further restricted without...
Ref: https://paulhammant.com/ui-markup-nirvana/ OK, so I've tried to make a non-HTML browser myself : 1. in 2001 with Swing UIs in XML form via the long deleted "Long Term persistence for...
Spec: https://www.w3.org/TR/webdriver/ I can't tell where the most up to date Selenium-WebDriver runner is for common lisp. One of these could be it - https://github.com/TatriX/cl-selenium-webdriver/network. This is older - https://github.com/patrickdlogan/abcl-webdriver...