-
This used to work:
$ devcam put -altkey permanode
**
** Note: password is "foo"
**
2013/12/28 16:28:30 Error putting permanode: OpenPGP argument invalid: signing key is
encrypted
2013/12/2…
-
### Library name and version
Azure.Storage.Blobs 12.14.1
### Describe the bug
I use this code to create the container if not exists.
BlobContainerClient containerClient = _b…
-
Tarpit seems not to upload files 20MB or larger instead turns them into 'blobs' - this seems to occur in Safari and Chrome but not Firefox - webkit??
-
The following section of code incorrectly concatenates the URL into a bad session URL.
Example:
```
origional session_url: 'https://registry.gitlab.foo.com/v2/project/path/blobs/uploads/3e7bf2a9-…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please…
-
Hi, I'm using `devenv` to build a container image with `nix2container` and after the image is successfully created the following error message is shown when skopeo is uploading the image.
> Digest …
-
### Library name and version
Azure.Storage.Blobs 12.19.1.0
### Describe the bug
BlobClient.Upload is saving ContentMD5. However later on I am using SetHttpHeadersAsync to set the content type…
-
When I try to copy Docker containers from one Amazon repository to another using the copy-docker-image utility on Windows, I receive the following errors:
- The system is unable to remove a tempora…
-
### Steps to reproduce
```
class User < ApplicationRecord
has_one_attached :logo do |attachable|
attachable.variant :webp, resize_to_limit: [300, 300], preprocessed: true, convert: :webp, fo…
-
# BLOB Store
## The Issue
JSON is great for managing structured text. It's terrible for managing binary large objects (BLOBs).
* Base64 is inefficient
* Most JSON libraries decode the entire…