Techassi
Techassi
Hey @cadilhac, please take a look at #23. You can now customize the `onVideoIdChange` behaviour. You can either select `play` (default) to automatically play the video upon ID change or...
Alright, that's fair. I will go ahead and merge the PR and close this issue.
Sorry for the late response. This is correct. Currently, the player options (and therefore the player params) are not using a `Ref`. This might be possible, however one issue I...
A bunch of answers/comments to/on your questions. > Do we start with allowing customizing the path only, or also the file name? I envisioned templating the whole path and file...
> I do think we want to be able to write a template that gives the current behavior. The current behavior is ../snapshots/{...} relative to the path of the test...
I was in a similar place and came up with a `GenerationContext` which borrows from data at the top-level codegen function. The context can then be passed along where needed....