Steven Loria
Steven Loria
e.g., How does marsmallow-jsonapi integrate with: - flask-marshmallow - marshmallow-sqlalchemy
``` konch -s notebook ``` This should open a Jupyter notebook with `context included.
marshmallow 3.0.0rc2 is out, and a stable release is just around the corner. We don't expect any more large breaking changes, so we are recommending that new projects use marshmallow...
## Steps Pass a GUID that isn't associated with an OSF project ``` osf -p notaproject clone ``` ## Expected A human-friendly error message, something like: `Could not find project...
Current: ``` osf -p abc12 clone ``` Proposed: ``` osf clone abc12 ``` Along the lines of https://github.com/dib-lab/osf-cli/issues/108#issuecomment-328540650 , it would be more ergonomic to mimic the interface of `git`...
Python [f-strings](https://www.python.org/dev/peps/pep-0498/) have the following syntax: ```python user = 'jiangmiao' repo = 'auto-pairs' full_repo = f'{user}/{repo}' ``` When typing `f'`, I would expect the closing `'` character to be auto-paired,...
**Description** After setting `error_collector.expected_status_codes`, no errors are marked as expected. **Expected Behavior** Errors with the status codes given in setting are marked as expected. **[Troubleshooting](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787) or [NR Diag](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics) results** The...