-
In some systems, containers can have values. We should defined a standardized way to manage this.
E.g. allowing Accept: application/cdmi-object in addition to application/cdmi-container
dslik updated
7 months ago
-
i would like to see oculink based pcbs
minidp and usb cabling is good for 'hacking' and lab deployments, but for edge (industrial environment - power plant, oil-and-gas pipelines), is not that good…
-
#include
#include
#define MAX_NEWS 30001
#define MAX_USER 501
using namespace std;
struct NEW {
int newsId;
int mTime;
int channelId;
};
struct USER
{
int useri…
-
anybody tell me ?
-
I ran into an issue attempting to validate an edit to a single OEM schema file. After some investigation, I find that I cannot get the tool to pass validation for any file, including standard publishe…
-
Hello,
Our Swordfish service returns the following xml response for a StorageService instance:
```xml
{
"@Redfish.Copyright": "Copyright 2015-2016 SNIA. All rights reserved.",
"@odata.context…
-
Hi, I'm trying to find general information about DFC hardware but I have no clue what it is.
Can you please add some URLs to give some introduction about DFC hardware in your [README.md](../blob/ma…
sebma updated
4 years ago
-
High-level bulleted list of changes between the previous ISO version.
dslik updated
2 years ago
-
In the readme, where the cryptographic algorithm is described, it would be nice to reference an academic article, where the algorithm is analysed further. Does one exist?
-
I want to run only a single task, and all the tasks it depends on.
## Similar features in Pippin
I know you can run starting (`-s`) at, stopping (`-f`) at, or skipping (`-i`) a step, but I don'…