Simon Willison

Results 678 issues of Simon Willison

- [ ] `--format` - one of `Letter, Legal, Tabloid, Ledger, A0, A1, A2, A3, A4, A5, A6` - [ ] `--print-background` - include backgrounds - [ ] `--scale` -...

enhancement
help wanted

> The `auth` command could take the standard `--javascript` option. > > It could also take a `--headless` option - which causes it to open the page in regular headless...

enhancement
research

I want to be able to annotate pages before applying screenshots - I often add pink arrows to things when I screenshot them manually, for example in https://datasette.io/tutorials/explore These annotations...

research

> Tried this, works great! One issue I found is that if the CSS selector is used and the container is taller than the viewport, it seems to cut it....

bug
research

Had the idea [in this Tweet](https://twitter.com/simonw/status/1503183529030520835) > Yeah, if you want a high frequency you should absolutely run this on its own box > > Might be value in supporting...

research

> Since PDF will accept a different set of options from regular screenshots I think this will be the point at which I add much more robust validation of the...

enhancement

This is just a harebrained idea at the moment: what if the YAML could define JavaScript that could be applied to all of the shots in the file, with customizations...

enhancement
research

I added PDF support here: - #24 But there's currently no way to script PDFs in the YAML syntax with `shot-scraper multi`. This would be really useful, especially as the...

enhancement

https://github.github.io/details-menu-element/examples/ looks like this for me at the moment: No errors in the browser console so I'm not sure what's wrong.

I'm writing code within an async framework, using Jinja's excellent async mode. I want to write a custom template loader that can load templates asynchronously from my database - but...