You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as I moved the ability to run headless into acquire to handle multiple threading, I hit that if there is no headless, run will fail.
Have ability to disable headless, and run if headless is not available.
We should just change the headless flag on a source to three options,
always - or formerly, true
ifneeded - or formerly, false
never - do not run headless, do not configure, (formerly headlesswait = -1)
Also, if headless is not available and if needed or never, do not stop run
The text was updated successfully, but these errors were encountered:
as I moved the ability to run headless into acquire to handle multiple threading, I hit that if there is no headless, run will fail.
Have ability to disable headless, and run if headless is not available.
We should just change the headless flag on a source to three options,
Also, if headless is not available and if needed or never, do not stop run
The text was updated successfully, but these errors were encountered: