Nate Eagleson

Results 49 comments of Nate Eagleson

Duplicate of #639 .

On my Big Sur machine, the settings appear to be stored in a sqlite database at `~/Library/Application\ Support/cool-retro-term/cool-retro-term/QML/OfflineStorage/Databases/27e743fe85b8912a46804fed99e8a9ab.sqlite`. Maybe try moving any `.sqlite` file in that directory and see if...

To set a custom shell, the standard method is to run `sudo chsh -s ` from within your current shell. I run a non-standard bash, but it looks like the...

Judging from this pull request, this change was merged long ago, back in 2018: https://github.com/Swordfish90/cool-retro-term/pull/432 However, I have meta key problems in cool-retro-term 1.2.0 on macOS 11.6.1 (Big Sur). Pressing...

Ah - in version 1.2.0, Option does send the Meta keyboard modifier as desired. However, it also triggers the standard OS X Option+letter custom character insertion logic. So, if you're...

My manual git bisect suggests that [commit 28977313daab4c](https://github.com/Swordfish90/cool-retro-term/commit/28977313daab4c?w=1) is the one where Option-as-meta starts breaking as I've described above.

By making some changes in the `qmltermwidget` project (which are [available here](https://github.com/NateEag/qmltermwidget/tree/bugfix/macos-modifier-keys)), I've got a local build of the 1.2.0 tag that's almost working as I'd expect. Option+key combinations work...

This project runs for me under PHP 7.4.2 on Mac OS X. I just upgraded from PHP 7.1, so I haven't used it much yet with 7.4, and I did...

@ggreer I landed here looking for a solution to this issue. I checked out and compiled the latest version from @forgottenswitch, and it seems to work as advertised. It makes...

One way to support checking JSON Schemas against response bodies would be to add a `command` assert that requires an external command to be specified (presumably with support for capture...