jdfa

Results 14 comments of jdfa

I know that in Qt they are having separate enum for keyboard modifiers which is stored as a field in keyboard event. It is being filled by special platform specific...

Oh, I searched only through opened issues for this. I still don't get all reasoning behind Pager argumentation. In my understanding, preview content is pretty similar to folder content in...

It would be also useful for me. I think outputting list of processes which is using current file is more important than killing some of them (taskkill can do that).

Is there a way to restart approval workflow manually?

This is really important feature for me. Right now in `googletest` there are test result properties. They can be added with method `::testing::Test::RecordProperty`, but they are not as useful (personally...

Well, my first vision on this is some map with property values as field in `testing::TestInfo`. That should cover majority of scenarios. To have global properties we can add extra...

@derekmauro Hi, can you confirm that this request is reasonable and it has a chance to be merged when implemented?

Yes, I do. It is pre-commit hook which validates that I am not committing TODO comments. But it should pass that specific commit.

I am not using `hooksPath` setting. Hook itself is located inside .git folder, path: repoRoot/.git/hooks/pre-commit. Hook itself is redirecting to powershell script, located in common folder: ``` #!/bin/sh echo exec...