Jeff Tratner

Results 12 issues of Jeff Tratner
trafficstars

Example of how I'd like to change DjangoFormMutation as per #933. I think this should be backwards compatible with the existing one. Check out docstring on `DjangoFormMutation` for an overview...

`DjangoFormMutation` by default filters both input and output fields based on `only_fields` and `exclude_fields`. Ideally it'd allow you to filter input and output separately. (I'm going to put up a...

✨enhancement

**Is your feature request related to a problem? Please describe.** I'm using graphene_django, which auto-converts model fields to `JSONString`, which doesn't allow customizing the JSONEncoder class. I'm doing this for...

✨ enhancement

I'm trying to figure out how to automate pagination or at least introspect to find a Connection or PageInfo object. (that way I can generically paginate when there's a single...

While the pair syntax is helpful, if you have three or more arrays you're trying to zip, the syntax gets pretty messy. For example, right now I can do: ```...

**Is your feature request related to a problem? Please describe.** I get a ton of github notifications. I want to make sure that if someone @ mentions me in a...

Feature request

4 changes: 1. check to see if `xiki_dir` is defined first, then try environment variable and finally use `'xiki directory'` 2. allow mappings to be skipped if `g:XikiUseDefaultMappings` is set...

Upstreaming of pypa/pipenv#1809: "Fix environment variable expansion with extras" Fixes #106. cc @techalchemy

I'm working on adding a little mini-plugin to appropriately highlight other languages within code blocks. Right now it's in the planning stages, but since a few other people have been...

enhancement

Right now I still notice that queries for existing applets and files can take a varying amount of time - sometimes quite long. My guess is that some of this...