PranKe01

Results 11 comments of PranKe01

We also need certificate support :| Is there any way to use socket.IO with client certificates using .Net?

Mine is looking even more worse. Using Chrome... My favicon has all three resolutions (16px 24px 48px) in one file. Maybe that's the problem? ![image](https://cloud.githubusercontent.com/assets/13560351/18174245/2b65c3c2-706d-11e6-9422-05d3775c08db.png) Another problem I have is...

Okay, I see the problem. I read that the favicon should not be set in the of a page. But I needed to use to make it work with iOS....

Hey there :) Alamofire.Error.Code.DataSerializationFailed.rawValue has been removed from Alamofire. Till now I made a check like this: `if response.result.error.code == Alamofire.Error.Code.DataSerializationFailed.rawValue` How can this be handled now? I fixed it...

Looks like the tables th width is calculated in fixed pixels. I could fix it, by recalculating the th width into percentage: ``` public ngAfterViewInit(): void { this.colResizeSubscription = this.treeTable.onColResize.subscribe(()...

@mertsincan Can you please add the BUG label?

@mertsincan Any update on this? Can I somehow help in reproduction?

The issue is probably still open. Cant test it with primeng v15, because the whole column resizing does not work currently. When going to https://primeng.org/treetable#columnresize and trying to follow the...

@cetincakiroglu Column resizing does not work. As this is a quiet popular feature, I am wondering why nobody is fixing it?