Chris Chang
Chris Chang
React 17
add React 17 support. I kept React 16 because that still works; but upgrading the dev dep to React 17 takes away test support for React 16. Fixes this error...
Prometheus/OpenMetrics/`prometheus_client` has standardized on making counters end in `_total`: https://github.com/prometheus/client_python/releases/tag/v0.4.0 > Counter time series will now always be exposed with _total, and counter metrics will have a _total suffix stripped....
I was messing around with an Express route I had `bodyParser.json()` on, and kind of assumed that if I gave it a random POST, it would fail. But after reading...
https://docs.djangoproject.com/en/dev/releases/2.1/ > The admin change list and change form object tools can now be overridden per app, per model, or globally with change_list_object_tools.html and change_form_object_tools.html templates. https://github.com/django/django/blob/master/django/contrib/admin/templates/admin/change_form_object_tools.html
This is a common use case: Creating a button that's just a link somewhere. Django's "View on site" does this with a redirect. That's the way this documents how to...
I do not like the coveralls interface. codecov promises a better ux. I'm not even sure coveralls is working. https://codecov.io/
I could have sworn I had a naming things issue before. I'm not that happy with some of the name choices I made. - [ ] `INSTALLED_APPS` name: `django_object_actions` stays...
For the address `1001 G Street NW #400-E` I would expect something like: ``` {'house': '1001', 'street_name': 'G NW', 'suite_num': '400E', 'street_full': 'G Street NW', 'street_type': 'Street', 'suite_type': '#', 'other':...
The README currently doesn't say this