Kane

Results 18 comments of Kane

http://crbug.com/178618 is marked as fixed. Any chance of moving to `chrome.storage`?

Thanks for your quick response! Yep, I tried that—part of what puzzled me because I thought it should work—until I realised `react/jsx-runtime` was part of the `react-image-crop` JS bundle so...

I had the same problem as @damacguy and @mcclint680 but was able to get it to work by disabling SIP first. Had to reboot into recovery using Internet recovery though...

For my use case - multiple sites on a EC2 micro instance - memory is very limited so having a single Postgres server with multiple databases is a lot better...

@josegonzalez I'll have some time over the next few days, I'll see what I can do.

@pdomagala Sorry, life got in the way! If you would like to help then please do!

You can use Bootstrap Stylus with webpack 2 (tested with `[email protected]`) with the following: **package.json dependencies** ``` json { "bootstrap-styl": "^5.0.8", "css-loader": "^0.25.0", "extract-text-webpack-plugin": "^2.0.0-beta.4", "file-loader": "^0.9.0", "style-loader": "^0.13.1", "stylus":...

Glad it helped! It shouldn't be too hard to adapt the webpack config above for the older style. Off the top of my head - `module.rules` -> `module.loaders` and I...

What is the error in your console?