-
I feel typos should be generated automatically instead of being entered manually, using a method such as:
1. Extract correctly spelled words from a dictionary, including:
- plural inflections for…
-
'screnshot' -> 'screenshot', etc.
Maybe Levenshtein distance or something fun? :P
-
Hi Mick @dthompson ,
I am a 3rd year undergraduate student of computer science, pursuing my B.Tech degree at RCC Institute of Information Technology. I am proficient in Java, PHP and C#. I am familia…
-
Currently someone who clones vlb's repository has to either:
- Know which gems vlb depends on and install them.
- Try to run vlb and install the relevant gem each time a missing dependency is reported…
thilp updated
8 years ago
-
A feature which enable the program to let the user know if their "guess" was almost correct.
PluTT updated
8 years ago
-
Some CLI tools make suggestions when you mistype a command. For example with Mix or Cargo:
```
$ mix hel
** (Mix) The task "hel" could not be found. Did you mean "help"?
$ cargo hel
error: no s…
-
Hi,
I noticed that there is no license file provided with this project. Would you be so kind as to include one so that other people feel free to use the project source.
Thanks!
-
Thanks for maintaining this excellent library. I am currently contributing to the rust clone of this. I have a few queries.
1. In the following upcoming change. Can you elaborate on how the pigeon …
-
There are several ways to compute the distance between two arrays, each with its unique characteristics and use cases. The most common ones include:
**Euclidean Distance**: This is probably the mos…
-
```
#!/usr/bin/perl
use warnings;
use WWW::Mechanize::Chrome;
use Log::Log4perl qw(:easy);
my $mech = WWW::Mechanize::Chrome->new();
```
**=> Can't locate object method "port" via package "…