dynabler

Results 8 issues of dynabler

I often use jqplay.org in half screen, having jqplay.org and JSON file open in one screen. When jqplay.org is in half screen, the Filter is at top, then JSON field,...

I'm a non-developer and have read the manual, looked at code/tests for examples and countless other pages. I also kept using ShellCheck for errors. What is the best way to...

Not an issue, more of a recommendation: it would make more sense to have a dark mode option like pretty much everybody else instead of a dropdown menu. It's a...

## CPU Steps taken: 1. Run Flyscrape with `cache: file` option 2. Re-run Flyscrape with `cache: file` option from the previous successful scraping 3. Abort (power failure, system failure) 4....

I fail to get a headless browser to run on a fresh installation of Ubuntu Server 22.04LTS. I have no trouble running the script on WSL. ## my script ```...

To get browser mode working on WSL is as follows: ``` $ wsl --install $ sudo apt update && sudo apt upgrade -y $ sudo apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev...

Got this error when running Flyscrape `cache: failed to insert cache key "GET https://example.com/shoes": UNIQUE constraint failed: cache.key` Error was caused by a change in url. When writing the script...

How do I compile Flyscrape from source? The docs say: `go install github.com/philippta/flyscrape/cmd/flyscrape@latest` But I downloaded a zip file, unpacked, changed some code and did `go build` I also did...