Tomas Echeverri
Tomas Echeverri
You can try updating `chrome-launcher` and testing on your Windows machine @bonesoul Feel free to open a pull request with the dependency update, if that fixes it 👍
> @abejfehr you can pass options directly to the diffing engine by using the name of the engine as a key in your config. For example: > > ```json >...
What do you think? @oblador
`loki approve` is also meant to be used after `loki update` so it has to mark everything as accepted even files that were just created or with minor changes that...
But I can see how having a flag could help with your use case. Something like `loki approve --diffOnly`
Hey @vbonnefond 👋 The error you got there seems to come from a package called `yoga-layout-prebuilt`. Do you think this is somehow related to `loki`? 🤔
I can confirm that `yoga-layout-prebuilt` is a transitive dependency of Loki ```shell $ yarn why yoga-layout-prebuilt yarn why v1.22.15 [1/4] Why do we have the module "yoga-layout-prebuilt"...? [2/4] Initialising dependency...
> I have the feeling what is rendered by a Portal will never be rendered by loki Loki does not render anything. It takes a screenshot of an element.
> I thought by default loki takes a screenshot of my page not a single element. I couldn't find it in the docs, [...] The docs for the configuration mentions...
Since the default value is for one of the command line arguments of the `loki test` command, it is documented in the "Command line arguments" section (check the table) 🔗...