Gregory Tzar
Gregory Tzar
@kenshaw Did a high level action ever get implemented for this and if so, what is it named?
I've taken some suggestions from this thread and created a working example for clean file downloads in the [chromedp/examples](https://github.com/chromedp/examples/blob/master/download_file/main.go) repo.
@ysmood The `page.GetResource` helper does not work because the resource I am looking for is not found under the `DevTools > Application > Frames` list of resources. In fact there...
@ysmood Yeah I was thinking of going either the route of [hijack](https://github.com/go-rod/rod/blob/master/examples_test.go#L463) or [network events](https://github.com/go-rod/rod/blob/master/examples_test.go#L395). With chromedp I went the [network events](https://github.com/chromedp/examples/blob/master/download_image/main.go#L46) route. I'm happy to help write something but...
Working on getting the tests passing locally so I can submit a PR for this issue, but currently blocked here: https://github.com/go-rod/rod/issues/481
It looks like someone has documented the [vosk_api.h file](https://github.com/alphacep/vosk-api/blob/master/src/vosk_api.h) since this issue was originally opened. I think this documentation is adequate. Probably just linking to this from the main README.md...
I also plan to dockerize osm data and natural earth but just wanted to get the review process started.
@ARolek I renamed the osm scripts to include imposm in the name, as well as some other changes. My thinking is that this structure is nice and simple, flat, and...