Sibelius Seraphini

Results 349 issues of Sibelius Seraphini

it could take a long time

enhancement

frontend to enable login

enhancement

https://github.com/ryanseys/google-api-test-app - [ ] koa/graphql

enhancement

maybe using this package: https://github.com/tmpvar/repl.history

Would be much nicer to support `async await` syntax ES7 like this: ``` js const user = await User.findOne({}) ``` instead of using promises only: ``` js let user; User.findOne({}).exec((data)...

I would like that repl reloaded my changes, so I don't need to restart the repl all the time

I've tried to run this like this: ```jsx gem install ledger_web createdb ledger ledger_web ``` that threw this error: ```jsx Traceback (most recent call last): 6: from ~/.rvm/gems/ruby-2.7.2/bin/ruby_executable_hooks:22:in `' 5:...

`export` is the new syntax of es6 modules, it should use it

HOC can do everything that mixins can, but provides a better API https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750