Sibelius Seraphini

Results 442 comments of Sibelius Seraphini

mover jcenter() below google()

You should probably move to https://github.com/invertase/react-native-firebase as fabric was deprecated by google

I think this should be in userland this is too specific to be in a package we can have another package that provide common offline behaviors `import { restoreOptimisticResponse }...

I have more knowledge on relay I think all mutations called when offline ("optmistic updates") are already persisted to relay store, so we don't need to restore them when application...

maybe something like this: https://github.com/nodkz/babel-plugin-transform-relay-hot/blob/master/index.js#L12 @cpojer do u have any idea how can we do that?

I think we can close this and focus on webpack 5

create a `config.ts` file that has all your process.env like this ```jsx export const config = { API_URL: process.env.API_URL, }; ``` always consume process.env from that file, so you can...

it breaks with favicons-webpack-plugin as well ```jsx 10% building modules 1/1 modules 0 activeTypeError: Cannot read property 'tapAsync' of undefined at Proxy. (/Users/sibelius/Dev/app/app/app-admin/node_modules/favicons-webpack-plugin/index.js:73:62) at args (/Users/sibelius/Dev/app/app/app-admin/node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:52:19) at SyncHook.eval [as call]...