Scott Williams

Results 27 issues of Scott Williams

Being able to list directory contents has been a longstanding TODO for qbsh. It's time to make that happen. Currently, `ls` and `dir` work but only as bare sub-process calls....

Adds DIR and XDIR commands, utilizing the POSIX dir. This can be adapted to also work for Windows by intercepting the flags for DIR.

I have a use-case where I'm looking to simplify Kubernetes helm chart values that have gotten overly verbose. This tool is useful for identifying where to look, but would be...

On RHEL/Fedora, at least, installing freerdp gives both xfreerdp and wlfreerdp. It should be possible to query $XDG_SESSION_TYPE and if it's "x11", use xfreerdp, and if it's "wayland", use wlfreerdp....

### Steps to reproduce 1. Setup nextcloud account 2. Sync SMS 3. Only carrier numbers are synced ### Expected behaviour Google voice is setup on my phone as the main...

The current latest tag is 3.4.3, which is 3 patch versions behind at this point. https://wiki.shibboleth.net/confluence/display/IDP30/ReleaseNotes#ReleaseNotes-3.4.6(Oct2,2019)

In the 3.4.3 image, attempting to run `bin/aacli.sh`, `bin/status.sh`, or `version.sh` returns an error: `Error: Could not find or load main class net.shibboleth.idp.cli.CLI`, even with just invoking help. I'm running...

bug

When attempting to use a compute flavor (as listed), the provision fails with message, "Policy doesn't allow compute_flavor:create:image_backed to be performed." Compute images require a boot to volume rather than...

The RUN command can be invoked from interactive shell or within another qbsh script with the same behavior as starting qbsh with a script file reference.

ncurses 6.0.0 got updated in https://github.com/jeaye/ncurses-rs/issues/209 which addresses two significant CVEs, one of which being a 9.8 NVD score. Here are the CVEs: [CVE-2019-15548](https://nvd.nist.gov/vuln/detail/CVE-2019-15548) [CVE-2019-15547](https://nvd.nist.gov/vuln/detail/CVE-2019-15547) Here's the Fedora tracker for...