Jose Biosca
Results
2
issues of
Jose Biosca
## Describe your changes testssl doesn't check if STARTTLS is mandatory and issues a message to warn users. But instead of raising a warning message, it caps grade to T,...
when editing a python file with comprehension: a=["yes","yeah","no"] b=[x for x in a if "y" in x] semshi explodes: File "/home/jbiosca/.local/share/nvim/lazy/semshi/rplugin/python3/semshi/visitor.py", line 111, in visit current_table = self._table_stack.pop() ^^^^^^^^^^^^^^^^^^^^^^^ IndexError:...