Brian Rutledge

Results 32 issues of Brian Rutledge

I'm enjoying geeking out with glom! Yesterday I had this data structure: ```python target = { "results": [ {"name": "account_type", "label": "Account Type"}, {"name": "address", "label": "Address"}, {"name": "missing"}, ]...

My typical workflow is to write a file locally, then publish it as a new Gist. Currently, that's possible by revealing the file in the sidebar, right-clicking on the file,...

enhancement

Related to #20. To make it easier to update pages and change titles, I think it'd be helpful to save the relationship of a Markdown file and its page ID...

### Summary I have `CMS_TOOLBAR_HIDE = True` as part of a workaround for #6608. However, now I'm getting an error modal when attempt to copy or move plugins. I've shared...

kind: bug
status: accepted

### Summary I'm switching an app from hosting static files on S3 to serving them from Django via [WhiteNoise](http://whitenoise.evans.io/en/stable/), behind the CloudFront CDN. WhiteNoise uses a middleware to intercept requests...

kind: bug
status: accepted

When using the [OpenIDConnect scheme](https://auth.nuxtjs.org/schemes/openIDConnect), it looks like `$auth.strategy.idToken` is set, in addition to `token` and `refreshToken`. However, I don't see that documented anywhere. Should it be added to https://auth.nuxtjs.org/api/tokens?...

bug

[According to the docs](https://django-filer.readthedocs.io/en/latest/permissions.html), "by default files can be uploaded and managed by all staff members based on the standard django model permissions." I read this as "With `FILER_ENABLE_PERMISSIONS =...

stale

Given: `import VueGoogleAutocomplete from 'vue-google-autocomplete';` and an ESLint config that includes: ``` extends: ['plugin:vue/strongly-recommended', 'airbnb-base'] plugins: ['vue'], ``` I get: ``` [eslint] Missing file extension "vue" for "vue-google-autocomplete" (import/extensions) ```...

## Your Environment 1) Your operating system: macOS 2) Version of python you are running: 3.7.6 3) How did you install twine? pipx 4) Version of twine you have installed...

question
blocked

*Caveat: I have very little experience with proposing and implementing substantial new features/APIs in open-source projects.* There have been more than a few requests to [add functionality to `twine check`](https://github.com/pypa/twine/projects/2),...

question
feature request