c-bata

Results 76 issues of c-bata

Support email/password login via `EmailAuthBackend`.

Implement github OAuth without using social-auth-core and social-auth-app-django.

## Setting of Github OAuth App ![github-new-oauth-app](https://user-images.githubusercontent.com/5564044/40249437-ef12cf40-5b0d-11e8-8169-f634f04edc44.png)

First, I need to say this changes are still not perfect because daltoniam/zlib-spm and daltoniam/Starscream didn't support Swift PM v4 yet. So I fork these and add changes to support...

enhancement

I want to implement the following validators of pandas DataFrame's column. - [x] IntegerColumnValidator - [x] FloatColumnValidator - [x] CharColumnValidator - [x] ChoiceColumnValidator -> CategoricalColumnValidator - [ ] DateTimeColumnValidator

task

For example ``` class SampleDataFrameValidator(pv.DataFrameValidator): row_num = 5 column_num = 2 label1 = pv.IntegerColumnValidator('label1', min_value=0, max_value=10) label2 = pv.FloatColumnValidator('label2', min_value=0, max_value=10) metadata = { 'metadata1': str 'metadata2': int } ```

refs * https://gist.github.com/pklaus/289646 * https://gist.github.com/OrangeTide/909204 * https://stackoverflow.com/questions/19227781/linux-getting-all-network-interface-names * https://github.com/al45tair/netifaces/blob/master/netifaces.c * https://books.google.co.jp/books?id=TJZGDwAAQBAJ&pg=PA81&lpg=PA81&dq=iL+SIOCGIFCONF&source=bl&ots=1CGTn4b2V4&sig=ACfU3U050GTPXLssBawtJUpjb5K0yUQIfA&hl=en&sa=X&ved=2ahUKEwj8v5yX7PrgAhV1yosBHZiWCo0Q6AEwCHoECAIQAQ#v=onepage&q=iL%20SIOCGIFCONF&f=false

## Motivation Currently, the test coverage for Python source files are collected by using pytest-cov and is sent to codecov.io. However, the test coverage for our TypeScript files remains unaccounted....

enhancement