John

Results 25 comments of John
trafficstars

Is this being worked on currently? I was going to take a stab at it. If it's not being worked on, can you summarize what remains? Is it just those...

+1 There was an earlier thread I think about a re-org... can't find it now though

Or win.setBrowserViewZIndex(browserView, zIndex);

I think you might be able to solve this with the merge-graphql-schema package. ``` // ./graphql/types/index.js import { mergeTypes } from 'merge-graphql-schemas'; import clientType from './clientType'; import productType from './productType';...

Seems to be dumping all of the template's context for some reason right into the template, as opposed to setting the variable. This appears on my site when I run...

Made a workaround: ``` {% post_to_facebook_url post as facebook_url_list %} {{facebook_url_list.facebook_url}} ```