This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
Top things to do:
|
Top things to do:
|
||||||
|
|
||||||
|
vscode fix the keyboard shortcuts, prettier as the code formatter for raven-client? Config settings maybe are needing adjustment?
|
||||||
|
Or is it better to adapt to the defaults
|
||||||
|
|
||||||
Triage rockfish and AyaNova cases, move critical must do now to level 1
|
Triage rockfish and AyaNova cases, move critical must do now to level 1
|
||||||
Figure out what order to do things with an eye to time saving for me features so maybe rockfish stuff first than back here
|
Figure out what order to do things with an eye to time saving for me features so maybe rockfish stuff first than back here
|
||||||
docs are pretty high priority as they are part of marketing and so maybe put that above new featuers unless that feature will trigger a sale
|
docs are pretty high priority as they are part of marketing and so maybe put that above new featuers unless that feature will trigger a sale
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Getting started - Evaluation to production use
|
# Getting started - Evaluation to production use
|
||||||
|
|
||||||
Finding and implementing software can be a confusing and time consuming process.
|
We get it, you're busy and finding and implementing business software can be a confusing and time consuming process.
|
||||||
|
|
||||||
We hope to make that a little easier for you with this series of guided steps that will take you from assessing if AyaNova will be a good match for your business to managing your service in production use as quickly as possible.
|
We hope to make that a little easier for you with this series of guided steps that will take you from assessing if AyaNova will be a good match for your business to managing your service in production use as quickly as possible.
|
||||||
|
|
||||||
|
|||||||
@@ -568,7 +568,6 @@ namespace AyaNova.Biz
|
|||||||
log.LogDebug($"Launching headless Browser and new page now:");
|
log.LogDebug($"Launching headless Browser and new page now:");
|
||||||
using (var browser = await Puppeteer.LaunchAsync(lo))
|
using (var browser = await Puppeteer.LaunchAsync(lo))
|
||||||
using (var page = (await browser.PagesAsync())[0])
|
using (var page = (await browser.PagesAsync())[0])
|
||||||
// using (var page = await browser.NewPageAsync())
|
|
||||||
{
|
{
|
||||||
//track this process for timeout purposes
|
//track this process for timeout purposes
|
||||||
ReportRenderManager.SetProcess(job.GId, browser.Process.Id, log);
|
ReportRenderManager.SetProcess(job.GId, browser.Process.Id, log);
|
||||||
|
|||||||
Reference in New Issue
Block a user