Sibelius Seraphini

Results 442 comments of Sibelius Seraphini

Can't u use `prepareVariables` of `Relay.createContainer` instead? ``` jsx export default Relay.createContainer(Country, { initialVariables: { id: null, }, prepareVariables: (prevVariables) => ({ ...prevVariables, id: relay.toGlobalId('Country', id) }), fragments: { viewer:...

The autoreload is not working yet?

We can have a Flask autoreload on shell using ipython Just create the app inside ipython $ ipython %autoreload 2 app = create_app()

sure, feel free to open a new issue if you want to tackle any of this

@sunglee can u close this? or could u add this info to README?

what is missing here?

have you figure it how to solve `yarn electron-rebuild --force` do nothing? right now I'm doing this ``` cd node_modules/@woovi/node-printer ../../.bin/electron-rebuild ``` go inside node_modules in the package you want...