James Moore

Results 25 issues of James Moore

Our backup scheme is such that individual machines run attic to back up their files to a common NFS repo. I then want to back up the entire collection of...

Steps: 1. Open the Noble example project 2. comment out the `Difficulty` line in `Settings.Setup` 3. build & run it 4. the game will crash 5. Notice your `settings.json` file...

bug
documentation

Sometimes it's really helpful to have stdout and stderr in the same window. I would love to have them optionally mixed together with color-coding for each.

enhancement

``` panic: runtime error: index out of range [507] with length 0 [recovered] panic: runtime error: index out of range [507] with length 0 goroutine 1 [running]: github.com/rivo/tview.(*Application).Run.func1(0x1400021c1c0) /Users/james/go/pkg/mod/github.com/rivo/[email protected]/application.go:243 +0x7c...

It would be cool to be able to specify a highlight string/regex to quickly see log lines that I'm looking for. This is a great feature of multitail. https://www.vanheusden.com/multitail/

This tool is great! I'd love quick exec access to running tasks. It would make this tool extremely useful for troubleshooting.

``` version, level, qr_name = myqr.run( 'A', level='H', colorized=False, contrast=1.0, brightness=1.0, save_name='testing.png', save_dir='barcodes' ) ``` ``` Traceback (most recent call last): File "/.ta_venv/lib/python3.6/site-packages/MyQR/myqr.py", line 94, in run ver, qr_name =...

Maybe disable them every 30 days?

feature