Sibelius Seraphini

Results 442 comments of Sibelius Seraphini

user should provide their own polyfill import '@babel/polifyll'

@appwiz any progress on this, this would make easy to everybody to test and user this package

we should have a `react-native link` command that helps us

can we rethink of definition everything inside .yml files?

We define our swagger in many .yml files and use this package to bundle all of them in a final version I can define paths and components But defining security...

I could have something like this config.yml ```yml openapi: '3.0.3', info: title: 'Title' description: 'Description' version: '0.0.1' servers: url: 'http://api.example.com.br/', description: 'Production server', security: AppID: [], ```

is the definitions deprecated on v3? I think it would be worth to support at top level like this https://swagger.io/docs/specification/basic-structure/ and keep the paths handling like it is it the...

@leops do you have a relay-example version using hooks + suspense?

open sourced here https://github.com/facebook/relay/commit/b83aace7a95f5fd82cbb30d1f6888bcc4767eeb5

react-router v5 is not compatible https://github.com/ReactTraining/react-router/pull/7010#issuecomment-547625602 react-router v6 should be closer