Sibelius Seraphini

Results 349 issues of Sibelius Seraphini

``` js React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components). ``` this is happening...

``` js // Require authentication for now app.use(function(ctx, next) { if (ctx.isAuthenticated()) { return next() } else { ctx.redirect('/') } }) ``` is there a way to require authentication per...

Can we create a package (for instance, react-native-sample-view) using Swift?

I would like to write a snapshot test using jest My current problem is that I can't integrate `createNavigationEnabledStore` with `redux-mock-store` I get the following error when I only use...

What do you think it is a good implementation for the webpack plugin for the server? It should be similar to react server dom webpack node custom register? Should we...

> We create one Docker image for every application (Git repository). If the repository contains multiple processes like: server, worker and clock we choose between them with an environment variable....

[DataLoader](https://github.com/facebook/dataloader) can improve performance take a look on this [article](https://blog.jacobwgillespie.com/from-rest-to-graphql-b4e95e94c26b#.3e0478f6u) in the section about Data Loader

it would be cool to have a readme to tell what this project is all about it also good to have a list of issues that needs to be tackled