Nikolai Orekhov

Results 42 comments of Nikolai Orekhov

Thank you for the explanation. What I was trying to achieve is this simple scenario: 1. User clicks on some element 2. Some async requests might step in to form...

Yes that's a nice idea. Currently I'm using it like this: 1. Retrieve contextMenuActions anyhow, async way maybe. 2. Call contextMenuService.show.next. Would be nice to show a menu with a...

Do I get it correct that now it's not recommended to have two projects inside angular.json? Cause I have no idea how I can fix it for example when running...

Well the decision is up to the author I think here. I can confirm the following: 1. Buffering is off for me. 2. `AuthenticateAsClientAsync` hangs forever looks like (without CancellationToken...

Pi3B+ is ARM8 which is ARM64. I bet you published your app with linux-arm64 RID and this package only allows linux-arm RID. So your file is still original. I think...

This is related to #25. I think I had a branch cleanup_netrequests which was targeting this issue. But there are too much things inside to check. I will work on...

If this doesn't help than there's one more change. Currently HttpClient created/disposed per request and that's how EWS uses it. Theoreticaly I can try to create one HttpClient per service...

That's a very intresting case. I never thought of it in this way. Though I don't think DI is needed here. What can help is to reuse HttpClient per service...

Are there any workarounds? Ideally it should be 400 with clear explanation what is wrong. I can catch ODataException but at that moment i can't really understand bad request vs...