Riyad Parvez
Riyad Parvez
Hi, I am using `logger.catch()` function. It would be helpful if there is `backtrace` parameter similar to `logger.add("out.log", backtrace=True, diagnose=True)`.
This is for future. Right now the project is WIP. Once it's stable, we should add NuGet package.
The Travis Build status is available at https://travis-ci.org/riyadparvez/data-structures-csharp
I'm trying the following code snippet: ``` var prev = "a b"; var current = "a b c"; var differ = new Differ(); var result = differ.CreateWordDiffs(prev, current, false, new...
I'm trying to understand the semantics of word to word diff in diffplex w.r.t. wdiff. Output from wdiff: > ➜ git:(diffplex) ✗ echo "a b" > /tmp/a.txt > ➜ git:(diffplex)...
I'm trying to get word by word diff similar to wdiff utility in *nix. Is there any way to achieve output similar to wdiff? For reference, this is the output...
Python has a nice library called difflib [1], which has class `SequenceMatcher` that can diff not only string but also two difference sequences. Is there any plan to add something...
ecs-deploy prints error messages if the tasks failed to start. ``` .warning: 1 tasks failed to start .warning: 1 tasks failed to start .warning: 1 tasks failed to start ```...
Java API
I do not have very good idea about Java-Clojure interop. Is there any plan releasing documentation of public methods to use from Java program or a Java API?