Matt

Results 17 comments of Matt

I disagree, something like TravisCI would be more useful.

Scoped sessions would solve this problem ```python # set up a scoped_session from sqlalchemy.orm import scoped_session from sqlalchemy.orm import sessionmaker session_factory = sessionmaker(bind=some_engine) Session = scoped_session(session_factory) # now all calls...

> In my case, I tested this scenario > > 1. I have two languages, en and zh, `en` is the default language > 2. I loaded the page into...

Is it possible to have a beta version of these released that could make testing easier? I believe i'm having the same problem with complex data types, and would love...

Can confirm this has shown massive improvement in my case. With `gatsby@next` I saw `success source and transform nodes - 215.865s` With `gatsby@alpha-transformer-json` i saw `success source and transform nodes...

I also rolled back to the current gatsby@4 version i'm running to provide the timing increase from v4 -> v5. _spoilers, nothing changed between v4/v5._ gatsby@4 ``` success load gatsby...

If you reverse bag order this fixes it for me. ![image](https://cloud.githubusercontent.com/assets/1134201/17986220/942ed8dc-6b11-11e6-9eb2-f072c3efae66.png)

Just curious for this, but does the UnitGUID not help or is that regenerated for each run?