roxk

Results 17 comments of roxk

@marandaneto Do maintainers intend to at least support `enableNative: false` scenario? Right now adding RN sentry to the project causes the build to fail. Since I only need to capture...

It happens in UWP as well. It can happen if the image source stay intact and only uri source is modified - the `BitmapImage` doesn't clear it's previous image even...

It affects wasm as well. No workaround means it is a show-stopper for now.

I'm about to implement a workaround by creating an `HtmlImage` and set the `src` manually. However, the class is not found, and when I write `new UIElement("img")`, the compiler complains...

I need it to compute scale informations to control zoom and scaling. I cant use scroller viewer becoz scrollerviewer's scale in wasm isnt working 😅. In js, we can instantiate...

For those who are affected by this issue and is on wasm, you can use this workaround to get image size: ``` #if __WASM__ var result = await WebAssemblyRuntime.InvokeAsync("(async ()...

1. The samples need to use it then 2. Will update the proposal to wrap the API completely

Exposing it raw has the benefit that we won't miss any API that is available in C. A WinRT API that maps exactly to C API is also often how...

So it turns out the one in `Microsoft.UI.Dispatching` is returning `Microsoft.UI.Dispatching.DispatcherQueueController`, i.e. the lifted one. Mica needs the system one. Update the proposal back, and added more wordings to make...

> dropping to system APIs is not unexpected Maybe to you, but not to me, and I'd bet to most other developers. It's confusing to developers and not a good...