Martin Večeřa

Results 8 comments of Martin Večeřa

The solution, mentioned in the readme, is to run the migrations when having version 5 of RxJS installed. If you have new version installed, downgrade it, run migrations and then...

Watch out guys/gals, just spent 2 hours debugging why my dragged element jumps like crazy and the reason is that you receive user pointer position and you're supposed to return...

@ioanes To get the top left corner from the point, you need to subtract the pickup position in draggable from the `Point` you get as the first argument: ``` /**...

This fix is very useful and we've used a "fork" with the almost exact code for years. It would be very helpful to merge this, since we could then upgrade...

The issue persists in a similar manner: When you change the date while inline datepicker is present, during the rendering, the datepicker writes into current date (mutates the Date object)...

@NetanelBasal I consulted the NX docs and could not find any mentions on how to build multiple module types. Pre nx13 akita had many module systems bundled and referenced in...

Hi, posting minimal code to fix the interceptor (works for us): ``` certificateTransparencyInterceptor { setLogListService(LogListDataSourceFactory.createLogListService("https://www.gstatic.com/ct/log_list/v3/")) } ```

It also happens on ngIf in IE and Firefox, but not in Chrome. I've created a JSFiddle that illustrates the difference: **Reproduction** In this fiddle, delete the contents of the...