Matt

Results 5 comments of Matt

I'm using datashift spree with 3-0-stable branch and it appears to be working correctly. Just install datashift from master

@goodviber Im using spree 3-0-stable and datashift/datashift_spree from master The only thing i haven't managed to get working is stock_items count_on_hand for products. ``` ruby source 'https://rubygems.org' # Bundle edge...

@aked21 I attempted to change as little as possible and swap psycopg2 for v3. That being said some changes were necessary as psycopg3 introduces a new type adaptation system, no...

@dehowef I set a default prefilled namespace so tests won't fail when bypassing argparse. `python test_age_py.py` would have a similar effect...