Matt Lott

Results 34 comments of Matt Lott

Hi @robertleeplummerjr, I finally got a chance to look through your changes a bit. You've been busy! There's about 25 failures when I run `grunt test` now. Is that expected?...

Python operations on strings are largely unsupported at the moment. We'll have to change that. Negative indexes do not currently work, and are tracked in #22. Slices should be working...

Debugging and filing issues is very helpful, so thanks for that. When you're ready to dig in and fix some issues, just let me know. I'm sure we can find...

Most of the unsupported keywords have issues filed, but if you don't see something there feel free to file a new issue. Lambda is tracked in #4.

I ran into this as well. Appending self.reqnum = 0 to the init method in perftools\middleware\remoteprof.py fixed the problem for me.

No, this isn't a feature yet. Good idea though! Marking as enhancement for future work. Thanks for the input.

Can you provide a bit more info about how you're seeing this? For example: which repository, command entered, screenshot of error, location of HEAD relative to current working director. There...

I wasn't able to reproduce this problem. If you're seeing this problem, please reopen the issue. Thanks!

> @differentmatt I'm having the same issue. It works before and suddenly it displays the error message: > > > (Copy GitHub URL) Error: .git/HEAD does not exist > >...

Thanks, will look into this.