on-chain

Results 31 issues of on-chain

Would be extremely useful for real-world usage

Figure a way to auto-tune domain concurrency(there is a ~perfect N based on CPU and network bandwidth available) Will need some kind of graceful adaptive algo which will look at...

enhancement
Low prio

It seems like it could significantly simplify the code

enhancement

It's especially noticeable when using shorter living jobs `soft_timeout` = 30s `hard_timeout` = 60s throughput falls almost 3 times...

bug
enhancement

seems like https://github.com/jedireza/warc could help

enhancement
Low prio

New one looks a lot tastier :)

enhancement
Low prio

While following README.md and trying to build && run official google tests I get this error `/usr/bin/ld: cannot find -labsl::container collect2: error: ld returned 1 exit status` on `make` stage...

This API and example are really confusing... Why cannot we simply parse once and then call methods to check if URL is allowed?...

I'm trying to use this library with fabric.js Capturing like this ``` canvas.on('after:render', () => { capturer.capture( $canvas ); }); ``` it works and saves the data, but it's low...