Vladimir Rybalko

Results 15 comments of Vladimir Rybalko

@JimInWA Thank you for reporting this issue. You're right js.map file is missing in deployment step. You can build a source code yourself and take angular-applicationinsights.js.map from build folder if...

Hi @johnkattenhorn. I never checked this library inside an Angular 2 app. I have some ideas about supporting of Angular 2 but I have so muich time for that. Generally...

Hello @n0is This issue has label "up for grabs". So feel free to do it. It will be really cool, if you add a PR. I appreciate any helps from...

I have the same issue in the 4.5.3.2 version. The cell value is always an empty string after modification. @EPPlus any thoughts?

To avoid the issue you need to call the below method before setting any new value. `p.Workbook.Worksheets[1].Cells[1,1].Clear()` Of course it will erase all text colors, however it works and not...

I suppose that in the web scenario you need to redirect your users somehow to the Auth Goodreads page. It means, your users need to allow your app to connect...

Hi @KirillOsenkov. I'm aware that Quick info uses your own math parser library. However may be we should use any external components to provide math parser. I have some good...

**review.destroy.** I have investigated this and could say that the Goodreads API documentation is wrong. The strange error said that server can't parse book identifier in request. It's really strange...

**friend.confirm_recommendation** Seems that Goodreads endpoint is not working as describe in an official documentation. Moreover I think method is not working at all. There is not an ability to approve...

**owned_books.update** The "Update an owned book" always returns 404 'Not found' result even if I send the correct OwnedBookID.