Top "Specifications" questions

A specification (also commonly referred to as "spec") is a description of a defined technology and the resources it offers.

Bad exit status from /var/tmp/rpm-tmp.ajKra4 (%prep)

I am having a weird RPM issue, I am new to it so bear with me... I have the spec …

centos rpm rpmbuild specifications
Understanding the "additionalProperties" keyword in JSON Schema draft version 4

Link to the specification: http://json-schema.org/latest/json-schema-validation.html#anchor64 Section 5.4.4.2 states: Successful validation of an object instance against …

json validation specifications jsonschema
What is the value of the css 'ex' unit?

(Not to be confused with Xunit, a popular .Net unit testing library.) Today in a fit of boredom I started …

css specifications units-of-measurement
What is the specifications for Motion JPEG?

I've been googling like mad and can't find any file format specifications for mjpeg. What should the header look like? …

actionscript-3 specifications file-format mjpeg
Shortcut for denoting or implying getters and setters in UML class diagrams

In a UML class diagram, if a class has 5 private attributes that need to be mutable and readable, the UML …

uml getter-setter class-diagram specifications
Maximum Method Name Length

Does anyone happen to know what the maximum length of a method name is in your programming language of choice? …

compiler-construction programming-languages specifications name-length
HTTP URL - allowed characters in parameter names

Is there any formal restriction as to which characters are allowed in URL parameter names? I've been reading RFC3986 ("Uniform …

http url character-encoding specifications
Chunking WebSocket Transmission

since I'm using WebSocket connections on more regular bases, I was interested in how things work under the hood. So …

javascript node.js websocket specifications
nuget spec dependencies, get latest version?

In the nuspec versioning docs I see 1.0 = 1.0 ≤ x (,1.0] = x ≤ 1.0 (,1.0) = x < 1.0 [1.0] = x == 1.0 (1.0) = invalid (1.0,) = 1.0 < x (1.0,2.0) = 1.0 < x < 2.0 [1.0,2.0] = 1.0 ≤ x ≤ 2.0 empty = …

nuget versioning specifications nuspec
RPM upgrade uninstalls the RPM

I am upgrading our project RPM. The problem is when I upgrade from projectname-1.0-0 to projectname-1.0-1, it first …

upgrade rpm rpmbuild specifications