bemoody

Results 68 issues of bemoody

Pull request #433 brings to mind some things that could be improved in docstrings more generally. Cleaning these up might be a good starter issue. 1. Obviously, code examples should...

### Describe the bug If the environment variable `AWS_PROFILE` is set to an empty string, then `boto3.client` raises an exception. It does so even if client credentials are explicitly specified...

Python 3.6 is officially end-of-life and is no longer supported in GitHub workflows on `ubuntu-latest`. I guess that this is the case since `ubuntu-latest` was updated to Ubuntu 22.04: https://github.com/actions/runner-images/issues/6399...

When installing waydroid, if the download is interrupted (e.g. because the network died, or you killed the process halfway through, or the server randomly broke the connection), it should be...

At https://mimic.mit.edu/docs/gettingstarted/, there is a link "Instructions for the credentialing process are provided on PhysioNet". Currently this link points to https://physionet.org/settings/credentialing/. However, that URL requires login and also doesn't really...

I found this repo linked from: https://github.com/mislav/hub/issues/1523#issuecomment-633735369 However, the `hub-pr-ready` script here appears not to work anymore. The server gives an error: ``` {"errors":[{"path":["mutation","markPullRequestReadyForReview","input","pullRequestId"],"extensions":{"code":"variableMismatch","variableName":"prID","typeName":"String!","argumentName":"pullRequestId","errorMessage":"Type mismatch"},"locations":[{"line":1,"column":63}],"message":"Type mismatch on variable $prID and...

Following commit 887d1220d80b21f92c94e0c0c17992d317b34c26, `getframe` sometimes returns the wrong return value on success (`nisig` instead of `nvsig`). This breaks xform.

We want to provide mirrors of our published projects on Amazon S3 (similar to our existing Google Cloud mirrors) for purposes of providing faster and more convenient access. For *restricted...

This adds test coverage for most of the URLs in the `project` app. See the previous pull requests #1695, #1922, #2108 for background. With this change, the bulk of site...

When a project is submitted, the editor is asked "Is the project free of protected health information?" We don't want to give anyone the false impression that we have performed...