Victor Zakharov

Results 15 comments of Victor Zakharov

But it's more than simply copying. It also needs to update that HTML file to include content hashed scripts and CSS links. How would you do that?

@Discountrobot I see. But I think these days building js/css is only part of the issue. Any real production use case cannot survive on this. Esbuild can build react jsx...

@Discountrobot My experience with 3rd party plugins/CLIs for esbuild is that they either don't work, or have some serious bugs or design issues, which make them unusable in production. webpack/esbuild-loader...

Here is an example of how the implementation might work (and it works, I tested). All params that I don't need were removed for quick delivery of this code. Comments...

What was the issue? I'm using it with Angular 13, no problem.

@vstiebe This should give you console errors, the syntax is deprecated in the latest version of autotable.

Yeah it needs to scroll faster, otherwise while works, it is practically useless. EDIT: the solution from here - https://stackoverflow.com/questions/62671963/angular-cdk-drag-drop-adjust-autoscroll-speed-when-dragging SUMMARY: use `cdkDropListAutoScrollStep`, for example `[cdkDropListAutoScrollStep]=20`.

I find it odd the one of the most important development workflows hasn't been fixed for almost 2 years now. I am using Node 16.15.0.

@ssbarnea We had issues with unit tests when dependencies were installed with yarn. Had to switch back to npm. Unit tests are using karma/jasmine.