Maurice Prather

Results 12 issues of Maurice Prather

We are trying to use the library on compilers ranging from gcc 4.8 to modern day. We are incorporating the library through our project's makefiles. The library is the delivered...

This commit reflects 2 suggestions that are very closely related to dotnet/aspnetcore#40832. If the signatures within the [callback_manager](https://github.com/aspnet/SignalR-Client-Cpp/blob/main/src/signalrclient/callback_manager.h) class are currently fixed, then we should consider the following changes: 1)...

## User Story Users need to be aware that v2 is a breaking change relative to v1. In reading the default spec (which is v2), a user cannot discern that...

## Description The core-vocabularies library is mentioned in the oml spec and the "upgrade doc". The problem is that there is no mention of what version is compatible with oml...

## Description If a user takes the approach of minimalist development (i.e. use only what is needed) to build up to a project, the documentation states a fact but assumes...

## Description This is minor appearance issue. When a browser is set to use dark mode, the text in the oml spec can be quite hard to read. Users that...

## User Story OWL supports 3 kinds of classes: primitive, defined, and anonymous. Anonymous classes are created as needed by reasoners (and not relevant to this issue). OML only directly...

## Description In sections 3.3.1.1 and 3.5.1.2 of the OML language reference, the current text and example inform and lead the user to believe they should be using the namespace...

## Description The OML spec uses some notation that is not clearly identified up front or at all. For example, * the `:>` symbol is not described the first time...

## Description The definition presented in 3.2.2.3. Relation Entity appears to be malformed. Note there is no closing parenthesis after the last square bracket. See lines 385-400 in language-reference.md