Emil Lerch

Results 16 issues of Emil Lerch

This is more an FYI than anything. I installed VS 2013 preview and the pages in my web site started coming up as a completely blank screen (HTTP 200, Content-Length:...

As of zig [7f03cfe](https://github.com/ziglang/zig/commit/7f03cfe161a2f7b5abbd00ab1ea29ddd6190d435), AF_INET has been removed and replaced with AF that contains INET/INET6/etc. This PR allows use after that commit. Note that to do this, I needed to...

This week I was on a trip and had a daily recurring alarm set. When I returned, I crossed multiple time zones; when I landed, my phone updated to the...

bug

This PR allows OCI images to be displayed through the manifest command. It also fixes my scenario on #173 which was caused by the create date being determined via a...

```python for page in result: try: for k in page['Contents']: objects.append({'Key': k['Key']}) print('deleting objects') client.delete_objects(Bucket=bucket, Delete={'Objects': objects}) objects = [] except Exception as e: logging.error('Exception deleting objects from bucket: %s'...

There is a small change needed to support AWS Govcloud (and possibly Montreal region?). According to http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-ec2.html the bundles need a different cert to work successfully with ec2-bundle-image. I got...

Great project! I looked on F-Droid but it wasn't available there. Is this on the road map? Here's the quick start guide: https://f-droid.org/en/docs/Submitting_to_F-Droid_Quick_Start_Guide/

Support for this was built in ead627b but I believe it was broken when the default-runtime-attributes support was added in 0f93efa.

AWS Backend

Running trivy in debug mode on an OCI image I ran across the error message: > unexpected media type: application/vnd.oci.image.layer.v1.tar for layer: sha256: The stack trace pointed to [docker.go:220](https://github.com/aquasecurity/fanal/blob/9239a362deca3073a3dd359b2f6d73fb44bb92bc/extractor/docker/docker.go#L220), where...

It would be great to have support for rss or atom for the blog on the site. I checked the usual suspects (blog/rss, blog/rss.xml, blog/atom, blog/atom.xml), but they all 404.