Amir Sharif

Results 19 comments of Amir Sharif

I've used this command with some success before, it assumes columns are in the same order though

`import ReactOnRails from 'react-on-rails';` This invokes ReactOnRails twice. When `ReactOnRails.register` is called, it seems that it initializes all the components. If this is called again, then it will wipe out...

@rhomeister Where's a good place to put that code? `NameError: uninitialized constant ActionCable::SubscriptionAdapter::Redis` I can't seem to get it to work. I tried adding it to initializers/ and lib/ ```...

I'm running into the same issue. Can you be more specific with where the solution is in those threads? They are rather long threads.

How can I make sure `server_rendering` is not chunked? I'm currently using the plugin like this: ``` environment.plugins.insert( 'CommonChunks', new webpack.optimize.CommonsChunkPlugin({ name: 'common', minChunks: module => module.context && module.context.indexOf('node_modules') !==...

Hey @peterinjapan have you found anything that reproduces functionality like this? I ended up implementing my own Webview in Hammerspoon but I agree that if this app was complemented it...

Broken in 1.8 still.

Try, `json.cache! @videos do`

![CleanShot 2021-09-24 at 15 25 33](https://user-images.githubusercontent.com/1012072/134745679-c567dd64-7281-4c15-ab1d-9b399afd5c39.png) :( This helped: ``` gem 'sassc', '~> 2.1.0' ```