Henry Jenkins
Henry Jenkins
Nice way to test this is to use the following commands: ```bash mkdir -p '/tmp/torrents/#' cd '/tmp/torrents/#' wget http://releases.ubuntu.com/18.04/ubuntu-18.04.1-live-server-amd64.iso.torrent cd ../ python2 -m SimpleHTTPServer ``` Then try adding the torrent...
@kyledrake Are you still using screencap? I have a bit of spare time and would be happy to help maintain . Even if it's just tidying up the PRs and...
@maxwell & @kyledrake I feel like this gem could do with some TLC. I would still like to help out. My email on rubygems is [email protected].
Yes please
See [PR#35](https://github.com/maxwell/screencap/pull/35) for a fix to this build issue.
Hi @bilalejazkpr, I think you are asking the right question in the wrong place. Take a look at [bundler](http://bundler.io). It manages dependencies for ruby. Also stackoverflow might be a useful...
Supporting the [GCP Container Analysis API](https://cloud.google.com/container-analysis/docs/reference/rest) would be a good option. This API is a frontend for hosted [Grafeas](https://github.com/grafeas/grafeas). This data would be useful to correlate vulnerabilities to other assess...
A couple of thoughts so far, it seems that `_file_list()` is returning relative paths for when a `--ref` flag is passed. But when there is no `--ref` flag, the full...
I have tracked this down to some bad escaping of double quotes in the file name which is breaking [line289](https://github.com/freshshell/fresh/blob/master/bin/fresh#L289) When `git show "$REF:$SOURCE_FILE"` is passed a `$SOURCE_FILE` with double...
hmm.. I think this diff actually stems from my lack of understanding of bash sourcing [my comment](https://github.com/falcosecurity/falco/issues/2352#issuecomment-1381696583) on #2352. I'd be happy to convert this to a `--print-env` env flag...