John Bakogiannis
John Bakogiannis
is this project deprecated? As I recall it's not updated from Angular 8
@kum-deepak it's clear now. Correct me if I am wrong, all the work is done from the 2 other deps and the ng2-stompjs uses [rx-stomp](https://github.com/stomp-js/rx-stomp) which is a wrapper of...
@phip1611 The way I found was to rename the bignumber.mjs -> bignumber.js There is probably a better way that I don't know 😉
> This is because in Angular you must add this for each CommonJS Dependency: > `"options": { "allowedCommonJsDependencies": ["bignumber.js"] }` This option tells the compiler to ignore the warning. Not...
I confirm this. I changed my imports. Thanks @gabrielbiga
I have a related problem with the latest version 3.0.5 The error I am getting is not the same as above but still there is an issue. `org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating...
Hi @beikov , can you elaborate on the _Filtering the collection works nicely by making use of the array predicate syntax i.e._ ? I have the following example: @Mapping(fetch =...
@rd-o I have the same issue and I believe it is related to the Page Visibility functionality https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API After some time the browser suspends the tab and the heartbeat is...
RabbitMQ 3.8.16 with STOMP plugin
> > But I don't know why we are getting 1002, instead of 1001 > > This sort of protocol level problem is unlikely to be caused by Spring Boot...