Vaughn Koch

Results 21 issues of Vaughn Koch

First of all, thanks for this package! The current README tells you to install `customize-cra` and `react-app-rewired` with this command: ``` yarn add customize-cra react-app-rewired --dev ``` Unfortunately, the readme...

This looks like the same issue as https://github.com/django-otp/django-otp/issues/93. ## Current Behavior ``` $ python manage.py migrate Operations to perform: Apply all migrations: admin, auth, authtoken, contenttypes, otp_static, otp_totp, sessions, two_factor,...

pull request welcome

For example, documenting how to set padding for each node. I stumbled on this in the source after looking for a way to remove padding: ``` var NODE_DEFAULT_ATTRS = {...

Hi, babel-minify is sweet, although it doesn't appear to have support for decorators like MobX's `@observable`. It would be great to have this support when you release Babel7 support. It...

premailer can be configured with skip_premailer, which can help debug mail output. This code in bootstrap-email.rb could be updated to check for skip_premailer, and if it's already true, just turn...

### Problem Using msgpack as the packer/unpacker for ipykernel raises exceptions when loading a Jupyter notebook. ### Repro Set packer/unpacker in ipython_config.py. Restart `jupyter notebook` and load a blank notebook....

See https://github.com/helm/helm/issues/2587.

Hi, first off, thanks for writing and maintaining this library! The code below shows a very basic jsonmodel with two different permutations of `required` and `nullable` for `BaseField`. The two...

Hi, it would be nice to have a few examples in the readme of working`pyproject.toml` and `setup.cfg` files. In particular, for `pyproject.toml`, it was not obvious that you have to...

Hi, thanks for this useful library :) I could be missing something from the docs or SO, but is there a single settings.py option to disable `two_factor` just in dev...