Christian Clauss

Results 842 issues of Christian Clauss

Sort `requirements.txt` to avoid duplicate entries (like `SoundFile`). * VS Code: `Shift-cmd-P` --> `Sort Lines Ascending` Test results: https://github.com/cclauss/ultimatevocalremovergui/actions

Failing tests fixed in #1398

Failing tests fixed in #1398 https://devguide.python.org/#status-of-python-branches vs. https://devguide.python.org/devcycle/#end-of-life-branches

``` ./search/interpolation_Search.dart:18: posible ==> possible ./conversions/binary_to_decimal.dart:19: wass ==> was ./conversions/hexadecimal_to_decimal.dart:28: wass ==> was ./data_structures/Queue/List_Queue.dart:19: elment ==> element ./data_structures/Queue/List_Queue.dart:20: enque ==> enqueue ./data_structures/Queue/List_Queue.dart:20: elment ==> element ./data_structures/Queue/List_Queue.dart:24: elment ==> element ./data_structures/Queue/List_Queue.dart:46:...

I tried on #100 to add coverage but I failed.

@QuantumNovice https://travis-ci.com/github/TheAlgorithms/Dart/jobs/399472145#L179 Once this is fixed, the file https://github.com/TheAlgorithms/Dart/blob/master/analysis_options.yaml should be deleted.

Output: https://github.com/cclauss/learn-python/actions Like #5 but using GitHub Actions instead of Travis CI.

https://github.com/cclauss/ItWasAllADream/actions $ `pip install -r requirements.txt` ``` Collecting impacket@ git+https://github.com/SecureAuthCorp/impacket.git@master ERROR: Can't verify hashes for these requirements because we don't have a way to hash version control repositories: impacket@ git+https://github.com/SecureAuthCorp/impacket.git@master...

Test results: https://github.com/cclauss/astor/actions Because Travis CI is on vacation… #209 # TODOs (in separate pull requests after this one lands) 1. Fix tests/test_rtrip.py 2. Use pytest instead of the deprecated...