Kenneth Shaw
Kenneth Shaw
While chromedp likely could compile to web assembly, I don't believe you have access to the chrome devtools APIs from within chrome browsers. Never say never though. Let me know...
@ricardbejarano no, Web Assembly has never been a supported target/environment for `chromedp`. If you get it working, let us know. Thanks!
@usuyuki did you use the `yaegi` tool to generate this?
@hhhapz can you clarify if this was working properly with `xo` prior to the recent changes? Additionally, can you share a short schema with this? Not sure what database this...
I'll look into this -- on an unrelated note, I published over a year ago a pure Go renderer for [Apache eCharts](https://github.com/xo/echartsgoja) + [Vega](https://github.com/xo/vegagoja).
@kolkov this seems to be unfinished: ```sh $ go test # github.com/chromedp/chromedp [github.com/chromedp/chromedp.test] ./waitready_fix_test.go:5:2: "fmt" imported and not used ./waitready_fix_test.go:9:2: "github.com/chromedp/cdproto/cdp" imported and not used ./waitready_fix_test.go:10:2: "github.com/chromedp/cdproto/runtime" imported and not...
@kolkov Appreciate the work here; let me know when you're finished with the PR and I'll review and rebase into master, and tag a release. Thanks!
@jbeemster Databricks just doesn't work properly with `dburl`, due to how it connects to its databases. If you want to submit a PR to change this, that's fine. It was...