Deepak Kumar

Results 240 comments of Deepak Kumar

I remembered seeing this issue a couple of years back on the same example. I checked my notes, and we had noticed it with a version upgrade of D3. With...

The issues are marked in a milestone - https://github.com/dc-js/dc.js/milestone/17 The branch is https://github.com/dc-js/dc.js/tree/dc-v5 We are currently looking for someone to check the migration guides, etc. Please let me know if...

It is possible, however, I am traveling, and will take about a week. Start with https://dc-js.github.io/dc.js/docs/html/ColorMixin.html#ordinalColors__anchor which should take you near. If you need more flexibility you should check other...

The Angular compilation process has changed significantly in the past few releases. Because of that, it is no longer possible to maintain a single version of this library that works...

Please check your console output (your screenshot corresponds to packets from only one WebSocket). It is quite likely that your code created two stomp clients. Each subscribed once, so you...

Sorry for my mistake. The repository was marked private. Please access it at https://github.com/stomp-js/rx-stomp-react-sample Your screenshot is not the console log; it is WebSocket messages (probably from the Network tab...

I assume that you have already followed guidelines from https://stomp-js.github.io/workaround/stompjs/rx-stomp/react-native-additional-notes.html

I am unclear about your question. The connectHeaders are not HTTP headers. Please check https://stomp-js.github.io/faqs/faqs.html#p-can-i-use-token-based-authentication-with-these-libraries-p If it does not resolve your query, please elaborate.

Closing this as it is not an issue with this library.

> @kum-deepak , can you please help me to resolve the issue ? I Want to use @stomp/stomp.js 7.0.0 with angular 9 and node 14 ? I had the described...