Matt
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...
Whats next for this PR?
If you reverse bag order this fixes it for me. 
Just curious for this, but does the UnitGUID not help or is that regenerated for each run?
Is there any updates for this PR?