Andreas Martin
Andreas Martin
#### Use case I am trying to design a message protocol. The message protocol uses a *message document* (aggregate document) with a generic `data` property whose values can be *arbitrary*...
[RFC 2141](https://tools.ietf.org/html/rfc2141) specifies the URN syntax as > ` ::= "urn:" ":" ` where NID is the *namespace identifier* and NSS is the *namespace string*. [RFC 4122](https://tools.ietf.org/html/rfc4122.html) specifies a URN...
This RFC proposes an `npm debug` command to simplify debugging npm packages. Prior discussions at https://github.com/npm/feedback/discussions/585
In object-oriented programmes the meaning of a property `name` of a class `Employee` is *bound to a class*. An *Employee_name* is *not* the same as a *Company_name* (a `name` property...
**What's your [user story](https://en.wikipedia.org/wiki/User_story)?** As a user of glossarify-md I would like to be able to import terms from a CSV tabular data file. **How would you like the system...
In an older [commit message](https://github.com/zotero/zotero/commit/c27ff75e80dae96c88779e9490eab798989e471a) @dstillman describes the benefits of saving web pages in Firefox's Reading Mode (`about:reader?url=...`) which was possible in *Zotero for Firefox* up to version 4. The...
This should not be a breaking change. The tool is advertised as a command-line tool not as a library package, so API usage is neither advertised nor recommended by any...
I am currently looking for object hashing strategies to quickly tell by comparison of the hashsum of two objects `o1` and `o2` whether they have identical *contents*. One important requirement...
### User Story In changelogs generated with [standard-version](https://github.com/conventional-changelog/standard-version) the default order of changelog headings for a particular version appears to be *alphabetical, ascending* . For [example](https://github.com/about-code/glossarify-md/blob/v3.1.0/CHANGELOG.md) *Bug Fixes* are being...