Adam Brakhane

Results 11 comments of Adam Brakhane

I have the same issue. I passed my working directory manually to page.Allow.Set() and that errors: ``` adam@Marquez scoopGenerator % go run testpdf.go /Users/adam/projects/tovala/dev/scripts/scoopGenerator 2020/02/10 17:16:27 Loading pages (1/6) Error:...

OK, I've put together simple files to demonstrate. test.html should become test.pdf with two images. Let me know if this example doesn't show an error for you in your local...

One more note: It fails to load the image, but does not print any failure in the terminal. If, instead the file is a javascript file, it does complain. It...

Thanks for looking into it. > By rewriting your sample go file to this: > > //page := wkhtml.NewPageReader(strings.NewReader(getTagHTML())) > page := wkhtml.NewPage("test.html") Makes sense, but in my case, I'm...

Seems like a really nice feature to me, if you can make it work well. OAuth callbacks are one reason, but any astielectron app that also has a web page...

No luck. I verified that it was actually giving the correct path out. The icon is correct, but I get the error. I also found that it was only the...

Same story. I referenced the same icns file that I use in `AppIconDarwinPath: "resources/icon-book.icns",` and tried with relative & full path.

If it helps, I added some dialogs prints to print out those dock and JSON variables: ``` if (typeof app.dock !== "undefined") { dialog.showErrorBox("DOCK", "content") dialog.showErrorBox("json", JSON.stringify(json)) dialog.showErrorBox("app", JSON.stringify(app)) app.dock.setIcon(json.image);...