Cristian Le

Results 260 issues of Cristian Le

- [x] Add message context: nice message displays - [ ] Add `FeatureSummary`: Nice overview display - need to move the dependency checks to the top-level - [x] Add dependent...

Depends on: #306

TODO: - [x] Add RTD/sphinx framework - [ ] Enable RTD build withPR support. @pboettch this you need to add on https://readthedocs.org/ - [x] Split the documentation across various files...

For now I am sketching out the basic cli interface. I didn't go into the details of the validator to properly configure it, debug it, but at least we can...

@pboettch I just want to get your opinion on different clang-format styles. Check `json-schema.hpp` in the commits for the output differences ## Option A: 4bff849b250a66a03076f80d6d37dfd1e34e54b6 This is a minimal adaptation...

Is there an overview of the current status, e.g. what schema versions are supported, and if there are any future plans. Is the issue that `nlohmann::json` is a header-only library...

discussion

This would help with the tests and adding simple smoke tests. Something like `example/json-schema-validate.cpp` might be ok, but it would be better if there is a proper one that can...

enhancement

How about using catch2 or any other unit testing frameworks. Nlohmann seems to be using doctest for that, probably because of the limitations it had when catch2 was header-only, but...

enhancement
help wanted

# Tldr Things that will be renamed: --- # Details The naming convention is getting out of hand and it should be simplified. For now this issue is gathering the...

enhancement

I want to suggest to bundle a few common templates of styles for the user to choose from. There are still a few missing logic in order to implement all,...