Thomas Kagan

Results 11 comments of Thomas Kagan

I tried the `WDS_SOCKET_PORT` setting with both 0 and 443 and neither made a difference. Hot Reload is still NOT working for me

@shotgunwilly I'm trying to do something similar with a continuously updating word cloud. I've found that the best approach is to do a batch updated on a timed interval, recompute...

@select Sure, however fair warning its been a while since I've worked on this code, not sure if this is still the convention used with d3-cloud [example](https://github.com/kagant15/liveMaps/blob/master/public/js/d3WordCloud.js)

I can’t remember if I did. It’s been a while since I had this problem and I don’t use this lib anymore. I’m sorry I can’t be more helpful.

I had this same issue. Here is my quick fix `` Add data-ellipsis-separator="" and set the style of the element word-break: break-all Note: This is not a perfect fix

@ljharb I agree with @Zamiell. As a user of this repo when I read the documentation explaining a guideline (i.e. 10.8) and that guideline references a eslint rule (object-curly-newline) I...

@ljharb - I thinking linking to the configuration would be a step in the right direction but taking that a step further I would actually prefer what @Zamiell is suggesting....

Unless I'm missing something I think this may be a bug. I just tested this out again with the following: ``` // -- constants.js export const one = 'one'; export...