Craig Mulligan

Results 17 issues of Craig Mulligan

**Is your feature request related to a problem? Please describe.** I have a collection of PDFs with input fields, and the data from those fields is not extracted. **Describe the...

Looks like seccomp supports user-space notifications which you can intercept the system call and return a response without the toctou attacks. But will need to patch golang-seccomp and make sure...

Not sure if all of this is possible, but we should try cover all syscalls spawned from the child process.

Currently we just block READ calls we should cover these too.

Thinking about this you actually probably just want a quick prompter for suggestions kind of like a repl rather than faffing with shell configs and alias.

enhancement
help wanted
hacktoberfest

I'm trying to launch chrome with a dev-tools socket url, but it doesn't work, if I manually enter the URL in then it does, I assume this has to do...

Currently, there isn't an easy way to run resin-electronjs on your local machine. You have to manually pass in a URL_LAUNCHER because it defaults to absolute path `/usr/data/index.html`. We should...

enhancement

Possible to add this functionality? It'd help as you wouldn't restart the container x amount of times as you update the env.

enhancement
blocked

I think #36 is somewhat similar? I have a use case where I'd like to use the message.id in the subscription handler. Currently, data + attributes are passed. I can...

enhancement