Tristan Labelle

Results 41 comments of Tristan Labelle

Offsetof is a macro in C/C++ and it's not expressible as a normal function, so I'm not sure it could even live in a namespace.

Is this and #9230 the same? I'm seeing this gray screen with the debug configuration. I can see the data binding for the `MainViewModel` being executed so it may have...

Same issue here. This is my first time trying Avalonia, I created the cross-platform app template and deployed it to my physical Google Pixel 4 running Android 13 / API...

@maxkatz6 , quick reply! I updated to `11.0.0-preview3` and it has the PR because I had to change my Activity declarations to match the sample in the PR. Unfortunately I'm...

I investigated and found that the `SurfaceView` is not being hole-punched to allow the surface underlay to see through. This should be done by `SurfaceView.dispatchDraw`, whose [source code](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/SurfaceView.java) is: ```java...

Hi @gcampbell-msft (we meet again!). We're interested in this feature at The Browser Company. Is this already in the works, or would you accept a community contribution PR? If so,...

All projects' cloning fail with: ``` Cloning into 'swift-argument-parser'... warning: Could not find remote branch main-windows-vs2022 to clone. fatal: Remote branch main-windows-vs2022 not found in upstream origin ``` Should it...

@gcampbell-msft Yes, that's what we need. We'd also like to control the target architecture and windows sdk version to be used when setting up the vs dev environment on a...

@qarni it worked for CMake configure but the build (as invoked through a task with type: "cmake" and command: "build") fails to find link.exe and other tools that should be...