Mark Story
Mark Story
Derp, forgot we had a shortcut for `options`. We could do `setOptions()` instead.
> When fields are given, one usually does that for security reasons, so not to allow other fields to be touched (e.g. role_id by injecting that into the post data)....
> Both are useful when developing on a new app IMO I can see the utility in this. Can I ask that we require a `--execute` option to be set...
> Wouldnt this be actually as dangerous still? Since you could go up in history and click on the wrong thing as well (again). Yeah it is possible. But you...
> I prefer the interactive one, if that is then consistent across the commands. Forcing an interactive mode works for me too. You have to try hard to goof that...
It would be good to have a test for this scenario.
> This means we don't need to maintain a elastic search or other search index specific serivce (internally or externaly) Yay :clap: > But one thing to keep in mind...
> yes, but only if we make separate builds for each version. I think that's ok. That's how we do builds today.
Algolia could be an option but our budget for additional hosted services is $0/month :cry:
PDF generation can be a complex nightmare. The way sphinx does it is to convert RST -> LaTex, and then convert the LaTeX to create a PDF. If you're in...