Scott Williams

Results 27 issues of Scott Williams

The current code hard codes commands to start with '.' (Ref. https://github.com/JohnMaguire/Cardinal/blob/master/cardinal/plugins.py#L30). This is a problem for joining it to a room with other historical bots that are already listening...

internals

Currently, a user receives a notification if they comment on a ticket that they are assigned on or watching. This is unnecessary noise, so I forked and modified the code...

According to [GitHub depandabot](https://github.com/vwbusguy/curses-examples/security/dependabot/3) this library now has a 9.8/10 vulnerability at the current version (5.101.0) as well as a [7.5/10 high](https://github.com/vwbusguy/curses-examples/security/dependabot/2). 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...

help wanted

fstransform resolves which to the alias output (`which which`) instead of it's actual filesystem location (/usr/bin/which) and fails to run. Overriding this path in the fstransform startup script fixes the...

### Steps to reproduce 1. Login to nextcloud 2. Select U2F device 3. Doesn't open dialog for USB/NFC, but immediately fails Note that this same Firefox browser/key/phone works with GitHub....

bug
needs info
0. to triage

Unfortunately, installing and enabling hide-code in a current version of Jupyter will cause [Jupyter Server to crash](https://github.com/jupyter-server/jupyter_server/issues/710) because it requires an old version of traitlets: ``` Entered start.sh with args:...

## Description Traitlets v4 support was removed in #661. Unfortunately, the current code does not gracefully handle the existence of traitlets 4 and the server fails on startup. This can...

bug

## Bug Report **Describe the bug** While the el8 package appears to work on el9 for now, the default repo config will reference version 9 in the repo URL which...

enhancement
packaging

It's time to give this repo some much needed love. This PR should make it work with python3. Will do some manual tests before merging it.

Currently, stderr is shown more or less in real-time and stdout is presented only after a sub-process has ended. This means stuff like vim launches but the user must edit...