David Kemp

Results 24 issues of David Kemp

When comparing a small markdown file (300 lines) to a larger markdown file (2500 lines), WinMerge doesn't find any differences, it just shows the entire first file in one pane...

help wanted
text compare/merge
stat:can't reproduce

Are there any plans to create a Lark grammar for Lark? The only file currently in lark/grammars is common.lark, which defines a few terminals. The authoritative definition of Lark would...

discussion

Section 2.2 Document Metadata has 8 fields, including: creators: Identity[1..*] where Identity is defined in Sections 2.7-2.10, and where the YAML example of creators is: creators: - person: name: William...

`chapters/package-information.md` has Section 7.21 External reference field, and Section 7.22 External reference comment field. This is confusing, since a comment is a property of a specific external reference, not an...

https://spdx.github.io/spdx-spec/5-snippet-information/#53-snippet-byte-range contains a tag example ``` SnippetByteRange: 310:420 ``` and an RDF example ``` 420 ``` The tag example is self-consistent - the range start and the end are both...

The core vocabulary https://json-schema.org/draft/2019-09/meta/core contains a version not supported by the web validator: ``` { "$schema": "https://json-schema.org/draft/2019-09/schema", } ``` -- Captain Obvious (I'm sure it's in the works; just mentioned...

**Is your feature request related to a problem? Please describe.** Issue #2456 describes a console problem, the solution provided uses the CLI, and the issue was closed. **Describe the solution...

bug
console

In order to promote interoperability, OCSF must define a "schema", not just a "schema framework". The data that goes into logging information must be defined across vendors, not just "captioned"....

Pointer to Discussion #243 as mentioned on 4 Oct call. This is a general Framework/Schema issue that should be resolved before 1.0.

[categories.json](https://github.com/ocsf/ocsf-schema/blob/main/categories.json) appears to be an enumerated list of items, but the items are called "attributes" as if they were properties of an object.: ``` { "caption": "Categories", "name": "category", "description":...