Darren Li

Results 4 issues of Darren Li

I tried to build the project (npm start)and got this error ``` ERROR in ./src/main.js Module build failed: Error: Couldn't find preset "react" relative to directory "/Users/username/tmp" at /Users/username/tmp/react-redux-starter-kit/node_modules/babel-core/lib/transformation/file/options/option-manager.js:293:19 at...

Where routes and actions should go ?

Here is my code > await rsmq.createQueueAsync({ qname: config.queue_name, maxsize: -1 }); I passed maxsize as -1 but it still considers as 65536

upgrading [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 1.1 to 2.0.0 and replacing `Logging::Logger.include ActiveRecord::SessionStore::Extension::LoggerSilencer `with `Logging::Logger.include ::LoggerSilence ` rails version 5.2.7 I got error ``` undefined local variable or method `local_level' for # Did...