Vic Kumar

Results 26 issues of Vic Kumar

Documentation can be viewed here: https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/util/index.html

enhancement
help wanted

Published maven artifacts, that contain documentation, can usually be found on javadoc.io. For example, the same documentation hosted on the github.io page and linked from the README.md, can be found...

question

Though the `.util` Java package wrapper class, `StringDistince`, calls the same underlying implementation as the Scala version, there is a chance of missing parameters/incorrect syntax with the wrapper that could...

enhancement
help wanted

The class that stores test case information needs to be refactored: https://github.com/vickumar1981/stringdistance/blob/master/src/test/scala/fixtures/TestCases.scala#L6 `TestCase` and `TestSoundCase` are case classes with value members: `Option[T]` where `T` is either an `Int` or `Double`...

enhancement

The following are the sequencing algorithms which are implemented: Needleman-Wunsh: https://en.wikipedia.org/wiki/Needleman%E2%80%93Wunsch_algorithm Smith-Waterman & Smith-Waterman-Gotoh: https://en.wikipedia.org/wiki/Smith%E2%80%93Waterman_algorithm Need to add more tests/examples to make sure these implementations are working as expected. https://github.com/vickumar1981/stringdistance/blob/master/src/test/scala/TestStringDistance.scala#L132

enhancement
help wanted

Should automate pushing to the sonatype repo - should be tied into the git tag. i.e., if the current version of the software is `99.99.0`, then: ``` git commit -a...

enhancement

Hi. would you mind adding my talk and library to this list? I've used some of these libraries before like pymonad, but I didn't really want the base classes like...

Upgrading to `1.14.0`, and cloning via HTTP auth (username + password) gives this stack trace: ``` File "/opt/conda/lib/python3.10/site-packages/pygit2/remotes.py", line 171, in ls_remotes self.connect(callbacks=callbacks, proxy=proxy) File "/opt/conda/lib/python3.10/site-packages/pygit2/remotes.py", line 120, in connect...

As part of: https://github.com/vickumar1981/pyeffects/pull/34 The 3.11 build/test action was disabled in the github actions. Running 3.11, gives an error `ModuleNotFoundError: No module named 'typing_extensions`. Not sure what changed from the...

bug
help wanted
good first issue
dependencies

Now that we have `on_success` and `on_failure` working for `Try` and `Future`, we should add them to the Read the Docs. https://github.com/vickumar1981/pyeffects/blob/master/docs/future.rst https://github.com/vickumar1981/pyeffects/blob/master/docs/try.rst

documentation
help wanted
good first issue