Jeff Wright

Results 73 comments of Jeff Wright

This is a coding error, nothing to do with pytest-html. You never define the `request` variable.

Hey - are you still looking for some help? I am the author of [pytest-tui](https://github.com/jeffwright13/pytest-tui), and I have started using your library as a way to write the console output...

I feel dumb, but I don't know what matrix is. I do know what irc is but - what channel? Where?

Sorry for the late reply, I was out of town. I will check out the link above and reach out.

Here is an example session when run inside an active git repo. You can see that the command is recognized by the OS and executes, but does nothing when I...

Hello, I did as you asked, and added a `print` right inside the main function of `log.cpp`. Still, nothing prints to console when `git-tui diff` is executed. Here is the...

A little lost here (more of a Python guy than cpp). I was able to check out the FTXUI repo and successfully build it according to https://arthursonzogni.com/FTXUI/doc/#build-using-cmake. But when I...

Yes, I can confirm that the examples seem to be working. I checked out toggle, homepage and menu2. Jeff On Sun, Jul 4, 2021 at 5:34 PM Arthur Sonzogni ***@***.***>...

Might have to fork it. Or, consider another library. Lots of areas for improvement.

Well there is SimpleTerm https://pypi.org/project/simple-term-menu/ - I have not used it but at least there was a release a couple of months ago. Maybe we should collectively take over this...