Erik

Results 14 issues of Erik

Hello, We are using xmldsig for epub `signatures.xml` signature generation. In the epub spec, the signatures file may contain multiple `Signature` elements. It may also contain a reference to the...

It looks like the transpiled warcio index.cjs is attempting to use a require( ) for the base32-encode module. However, base32-encode has stopped supporting cjs. Our own project used babel to...

### Context Some websites use fragment identifiers in the url to capture state in a webapp. For example: `https://www.suncalc.org/#/27.6936,-97.5195,3/2025.06.03/11:19/1/1` adds the current client location as a hash id, but webrecorder...

enhancement

In my logs, i'm seeing thousands of post requests to `www.librarystack.org/wp-cron.php?doing_wp_cron=` in very short succession. I've been able to trace the requests to the `test_cron_spawn` function. What could cause wp-control...