Stephen Craton
Stephen Craton
We managed to workaround this issue by writing our own React mount code: #### **`app/javascript/lib/react.js`** ```javascript import React from 'react'; import { render, hydrate } from 'react-dom'; const CLASS_NAME_ATTR =...
Unfortunately, if you replace `webpacker` with `shakapacker`, [this line](https://github.com/reactjs/react-rails/blob/v2.6.1/lib/react/server_rendering/webpacker_manifest_container.rb#L12) no longer works: ```ruby begin MAJOR, MINOR, PATCH, _ = Bundler.locked_gems.specs.find { |gem_spec| gem_spec.name == 'webpacker' }.version.segments rescue MAJOR, MINOR, PATCH,...
Just popping in to give a bit more detail on this issue. It seems the cause is that `laravel-haml` uses its own `BladeCompiler` instance. So when you call `Blade::directory(...)`, you...
Could you please provide an example flow demonstrating the issue you're having?
Howdy, sorry for taking so long to check in on this issue. If someone could provide some logs from their node-red server and/or the debug panel, that would be helpful....
I tried digging into this more today, but I'm still not able to reproduce. :( I misspoke earlier, though. I thought the Telegram connection was done through web sockets, but...
Could you provide an example flow demonstrating your problem? I'd need to be able to see how the switch node is configured.
Would you mind sharing your setup? It would help in understanding the benefit of adding the support, as well as help me setup something similar for development.
My mistake, I thought this was for the Plex node I also maintain. I was very confused why socks would be used for Plex, ha. I’ll try to set aside...