Pavel Golodoniuc

Results 10 comments of Pavel Golodoniuc

We have forked and republished the library as `@csiro-geoanalytics/ngx-cool-dialogs` as it was blocking the upgrade to Angular 9 and this pull request seems to be sitting idle. The republished version...

I submitted a new pull request to make it compatible with the new release of ion-rangeslider 2.3.0 - https://github.com/PhilippStein/ng2-ion-range-slider/pull/38

I submitted a new pull request to make it compatible with the new release of ion-rangeslider 2.3.0 - #38

I strongly support both requests – JSON schema generation and validation of JSON against an existing schema.

I have a somewhat similar error on v2.25.0. Clicking Logout in the Admin UI throws the same error, showing the "You have been logged out successfully" page but throwing the...

@shadow5og, I have actually resolved the issue now. The problem was in the incorrect CORS setting. I fixed it with the following configuration option: ```TypeScript export default buildConfig({ ... cors:...

I just looked through the issues, and it appears that such a feature used to be present in DevToys v1.x (#875). Is it just a matter of porting that functionality...

> is this lib zonless ready? Yes, it is. Tested with Angular 19, zoneless, with partial hydration. Also, apparently their demo website uses zoneless, too.

It does indeed work fine with Angular 20, it's just that `peerDependency` that makes the build unhappy. For now, I resorted to a dependency override in the `package.json`: ```json "overrides":...

@alexcjohnson, this is exactly the approach we are taking in our signal processing app where log scale would be ideal but where negative values are commonly present. ![image](https://user-images.githubusercontent.com/9332295/36184616-cecada62-116f-11e8-8fa8-60451176c114.png)