Tongshuai Zhang
Tongshuai Zhang
Good job 👍 . It seems that the `Subscriber` is what I want. Thanks for your work. Please let me know if there is anything I can do. 😄
I have encountered the same issue
I found that if I used the `entity` as an "extern" crate, the implementation wwon't work, while if I used the `entity` as a module, everything is OK.
> > I found that if I used the `entity` as an "extern" crate, the implementation wwon't work, while if I used the `entity` as a module, everything is OK....
> But actually if you own the other struct in your crate, you can impl Into for it. Got it. That's how I make a workaround currently.
> types/draft-j I encountered the same error. How did you fix the error finally? Thanks!
AFAIK, the issue is related with the poll mechanism. Maybe `socat` or `ncat` will check "fds" by polling. And the socket as fd just cannot return correct value. Therefore, maybe...
Same issue. Need HELP, too.
@mtgraves Thanks. I will have a try. > In my case, I have had to switch from "plotly.js" and "@types/plotly.js" to "plotly.js-dist-min" and "@types/plotly.js-dist-min" @jmacura What's the difference betwenn "plotly.js"...
@jmacura That's great. Thanks for the information.