Gurashish Singh
Gurashish Singh
@gaborvecsei I can't add you as a reviewer so pinging you here.
Cant add you as a reviewer since I don't have access, so pinging you here @prabaprakash
I would like to raise a PR for this, if no-one else is planning to.
By package do you mean something like Poetry (a better alternative for requirements.txt)? By the way I just saw this repo as I was searching for the TvTime api. Will...
Can confirm that this fixes the InvalidConfiguration exception due to YAML parsing error on windows. Can we get this merged please?
Bumping this! xfail in parameterized would be a very helpful addition!
You can simplify all the logic with just one while loop: ``` def remove_by_value(self, value_to_remove: Any) -> None: itr = self.head while itr: if value_to_remove == itr.next_value.data: itr.next_value = itr.next_value.next_value...
Please provide more information about the error and what steps you took to get to the error. Also this seems like a stack overflow question.