John-Mark Gurney

Results 36 issues of John-Mark Gurney

If you fork a process that will exit on a signal, there is no helper function to allow you to check which signal the process exited w/. The _wait function...

So, I was looking at the example in the README.md of the project. I noticed that the first example didn't end up w/ an object named section, despite later in...

**Describe the bug** An invalid number, that is, one w/ a decimal w/o any digits following it is parsed w/o error. **To Reproduce** ``` $ echo 23. | jq '.'...

In the document: https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/wamr_api.md There's an example the defines timer_update as: ``` /* Timer callback */ void timer_update(user_timer_t timer { attr_container_t *event; ``` The missing closing parens means it is...

I cannot see any docs on how the OCSP feature is suppose to work. Please document it. Thanks.

Type: feature request I realized that as archive.org allows saving http pages, and is https, it can be used as a pseudo gateway to convert http only sites to https....

duplicate
ui
EASE
feature-request

Don't use shell, and ensure that file names, like: "; touch /tmp/securityissue; " Won't cause an issue...

Maintainer Task

If you feel the API is stable, please release a version 1 so that we know that it can be depended upon. Sem versioning says major version zero allows API...

This fixes issue #250 This fix can be demonstrated by the tests that will be shortly committed to ntunnel: https://www.funkthat.com/gitea/jmg/ntunnel .

I have renamed a bridge to guestbrg0, and it fails to pick up that this bridge exists. This is because iohyve assumes that all bridges are named bridge[0-9]+. This patch...