Giter VIP home page Giter VIP logo

h-resolution's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

h-resolution's Issues

Make h-resolution more extensible.

Allow h-resolution to be extended, so applications can define new fields, behaviors, and/or constructors to results and result issues.

Getting stack trace of inner exceptions

This might be an issue of lack of understanding, but I do not see a way to get the stack trace of the inner exception of the h-result I'm creating with return Result.Error(ex);

image

Here, there is no stack trace for my errors. Only the debugs:

image

result.Append does not modify the instance you call it on

By looking at the following code from the README, I would expect that the result variable would have a new entry in it after calling the append method:

if (result.Contains(targetCode))
		result.AppendTrace("Result contains '{0}'.", targetCode);

However, this is not what I'm seeing in my project unless I modify the code like so:

if (result.Contains(targetCode))
		result = result.AppendTrace("Result contains '{0}'.", targetCode);

Add relevence prediction.

Create a method that predicts what is the most relevant issue in a given result. It will definitely be weighted for highest error level, but in addition should look at error code, message length, and prominence of code characters, to filter out what is likely the single most user friendly and important message to take away.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.