blocka
blocka
I see that you write a lot on when *not* to use redux, especially in the context of blindly replacing `setState` with redux for now apparent gain (ie., glorified setters)....
## Versions - 2.0.0-rc.5 ``` [vite] Internal server error: Failed to resolve entry for package "vue-toastification". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry...
I'm getting this error after trying the extension: ``` Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following...
I'm on ubuntu 14.04 with the latest version of browserify. I can't get the simple example to work ``` git clone [email protected]:substack/factor-bundle.git cd factor-bundle/example/files mkdir bundle browserify x.js y.js >...
This option creates the `module-deps` output using the full path of the module. Without this, factor-bundle cannot correspond the module id to the actual module.
As far as I can tell from the linked literature, the actor model is a pattern for scalability in backend systems. It doesn't seem like its an architectural pattern. Since...
Running Ubuntu 12.10 server When I start, I get this: ``` /var/lib/gems/1.9.1/gems/mongo3-0.1.5/bin/mongo3:18: warning: class variable access from toplevel /var/lib/gems/1.9.1/gems/mongo3-0.1.5/bin/mongo3:24: warning: class variable access from toplevel ---------------------------------------------------------------------------------------------------- Initializing mongo3 -- Version...
setState
Current behavior is a naive conversion between `this.setState` and `this.*`. setState is more complicated then this, however. 1) It takes a second argument which is a callback when the setState...
It seems this repo is meant to use as a boilerplate for a greenfield app? Are there instructions for adding the infrastructure to an existing app?