diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 082dae58..6283c095 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,4 +1,8 @@ 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 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 diff --git a/docs/8.0/ayanova/docs/tour-bootstrap-intro.md b/docs/8.0/ayanova/docs/tour-bootstrap-intro.md index 5767a4b9..39fef64a 100644 --- a/docs/8.0/ayanova/docs/tour-bootstrap-intro.md +++ b/docs/8.0/ayanova/docs/tour-bootstrap-intro.md @@ -1,6 +1,6 @@ # 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. diff --git a/server/AyaNova/biz/ReportBiz.cs b/server/AyaNova/biz/ReportBiz.cs index 749713e3..18273a75 100644 --- a/server/AyaNova/biz/ReportBiz.cs +++ b/server/AyaNova/biz/ReportBiz.cs @@ -568,7 +568,6 @@ namespace AyaNova.Biz log.LogDebug($"Launching headless Browser and new page now:"); using (var browser = await Puppeteer.LaunchAsync(lo)) using (var page = (await browser.PagesAsync())[0]) - // using (var page = await browser.NewPageAsync()) { //track this process for timeout purposes ReportRenderManager.SetProcess(job.GId, browser.Process.Id, log);