minimalisticMe

Results 10 comments of minimalisticMe

If you don't need the RGB-Depth Processing module (that's where the error occurs) and just want to compile opencv on windows, just deactivate the extra module with `-DBUILD_opencv_rgbd=OFF` during cmake-configure...

@pitbra Your addition is great. I am now able to return a value. However I have troble returning a stream. For single mail donwload I can just stream a `MemoryStream`...

I was able to correct my mistake, as I was not serializing the `response`-object correctly. Changing the code the following way now does not throw errors but returns empty messages...

@derdigge are you using 64bit version of windows? You can check this via `Settings` -> `System` -> `Info`. If so, you might face the same problem as this guy: #12....

@faa1947 I'm sorry, the link you posted can only be accessed with credentials and my russian is not the very best 😄 I would like to clarify myself: It is...

@faa1947 @derdigge ... well I registered and switched to my language, but now I only get a 404 not found, can you confirm whether the page still exists or not?

See #11 for my answer to this issue.

I have the same issue. Using a Blazor WASM App with nuget package `AzureMapsControl.Components` version `1.12.0-alpha0028` (same issue with version `1.11.0`) and Subscription Key the map area is empty. I...

@mitikov I can't speak for @SaschaPatschka but my Chrome `Elements` looks like this: ![grafik](https://user-images.githubusercontent.com/13404680/181925500-e22421dd-60fc-48b7-a998-a3a6dbc4693e.png) Can you see anything suspicious there?

The comment from @mitikov is quite helpful. Looking at Layout it seems `width` is fine, but `height` is `0`. ![grafik](https://user-images.githubusercontent.com/13404680/181925724-690c3517-c515-4b75-ab99-41fd9eee7b15.png) When adding the following lines at the beginning of the...