Mishahal Palakuniyil

Results 26 comments of Mishahal Palakuniyil

I had the same issue and found that you have to install geckodriver for firebox to fix this. I just used ``` brew install geckodriver ```

Sorry I was slacking off a bit :P I have found another issue with the code (a new possible test case). When I use `:` in the second or third...

> Ack. That all sounds good. Will update you when I get to the review. What I mentioned might be another bug. I also just thought about this; I was...

I want to work on this. First time contributor here. Was looking into the `docstrings.py` file and I think the problem is with `_join_lines()`. I kinda made a quick fix...

I recreated the issue on my end and then resolved it with the code I mentioned in [the comment above ](https://github.com/google/python-fire/issues/448#issuecomment-1865499340). I don't think this is the real fix rather...

Btw, the other 2 tests that failed also fail the same way.

I will work on updating the tests. As far as your concerns, this is how I think it would work; Please correct me if I am wrong. >(1) the arg...

Can you give me an example of where your concern is happening? I'm slightly confused about the part where you said it would arise. I tried to use the google...

True! but my question then would be how would we want to handle it? I was thinking we could set a certain number of letters that would determine if the...

Yup, I also was thinking along the same lines, we need a max line length. >If the arg length (measured by the position of the ":") is more than 50%...