Dan Zwell
Dan Zwell
User-visible classes can't be `internal` anymore, since Unity 2017.3. https://github.com/facebook/facebook-sdk-for-unity/issues/150
Use word boundary detection and give scores based on keyword matching I'm using a helper library to implement a unicode algorithm, but I'm also detecting case changes within a word...
Right now, the frequency of use determines which directory is chosen when there are multiple matches. I suggest the closeness of the match should also be used, and that should...
The directory frequency should not be incremented if the user leaves the directory right away and probably did not intend to go there. This sequence should not give the first...
## Description Other programs can read the AWS key and secret from ~/.aws/credentials (or other configuration file), and with this change Algo can as well. Optional environment variables: AWS_PROFILE, AWS_SHARED_CREDENTIALS_FILE...
I ran the example code from README.md: ``` av1an -i input.mp4 -enc aom -v "--cpu-used=3 --end-usage=q --cq-level=30 --threads=8" -w 10 \ --split_method aom_keyframes --target_quality 95 --vmaf_path "vmaf_v0.6.1.pkl" \ -min_q 20...
This issue was brought up as a comment in issue #154: tagging a file in a symlinked directory gives a different result depending on whether the given path is relative...
This fixes issue #51: for example "temp\home" is shown as "temp ome".
When a directory starts with "h" on windows, the path is should contain "\h", for example "temp\home". Instead, the "\h" is transformed into whitespace and "temp ome" is printed: ...
It seems DBIish with Pg does not work across multiple files. I've tested this on Windows 10 and Linux, using the September release of rakudo. The test case is: Importer.pm6...