Piotr Dziwiński

Results 56 comments of Piotr Dziwiński

I also second this proposal. This has always been a source of low-level frustration for me in C and C++, as the language does not make it very clear when...

Correct. There is currently no way to change this programmatically. I can add this feature, but I'll need to think how to do that in sensible way.

This is a [known issue](https://github.com/angular-slider/ngx-slider/blob/master/KNOWN_ISSUES.md#slider-is-not-refreshing-when-used-in-a-dynamic-component) with a workaround using `manualRefresh` object. However, there is still something not quite right with the sizing even when using `manualRefresh`. I will have a...

It looks like it is blowing up on attaching an event listener to global `document` object. If `document` is not defined, or is patched/replaced somewhere, there is little I can...

@danfleser Before marking a release, I run through a list of supported Angular versions, including variants with and without Ivy. So I still cannot reproduce it, even with a freshly...

When I started this project, I thought it would be used at the place I worked at, so I would be able to officially support it, and even get paid...

All of the values used in this function should be well-defined. It must be something to do with how you set up your slider. Can you provide a minimum reproduction?...

Yes, it is possible to add this feature. I'll see if I can do it in next release.

@pjdabrowski: It depends on what you mean by that? For this feature, I think of making minLimit and maxLimit available separately for each slider handle. So there would be a...