Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

**Describe the bug** I currently create a custom triplet as part of my build. This involves copying either a supported or a community triplet and making some modifications. Then, I...

category:question

### Description Setting a windows width/height or setting window X/Y does not actually update the window's frame. This appears to be a limitation in the Mac Catalyst approved APIs. See...

t/bug
platform/macOS 🍏
area/desktop πŸ–₯️

## Summary Since the release of the Windows App SDK Preview 3, we can now use unpackaged apps: https://docs.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app?pivots=winui3-unpackaged-csharp * **Packaged apps:** Packaged apps are packaged using MSIX. MSIX is...

good first issue
platform/windows πŸͺŸ
area/blazor πŸ•ΈοΈ
area/desktop πŸ–₯️

**Description of Change** .NET 7 uses a new version of emsdk, and thus we need to build a new wasm binary. **Bugs Fixed** - email threads and such **API Changes**...

**Description of Change** **Bugs Fixed** - Fixes # **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** Just updating things because warnings are not cool! **Bugs Fixed** - warnings **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [ ]...

**Description of Change** Detect when .NET 7 SDK is in use and also build a net7.0 TFM. **Bugs Fixed** - New build things **API Changes** None. **Behavioral Changes** None. **Required...

**Description** * SkCamera.h and SkMatrix44.h are DEPRECATED. Use SkM44 if you want to have 3d transformations. * GrContext::createBackendTexture functions that initialize the texture no longer guarantee that all the data...

**Is your feature request related to a problem? Please describe.** Currently, Metal seems to be only supported on iOS and macOS. This appears to just be because the code was...

Right now, the mono interpreter requires that all interop methods have their signature declared here: https://github.com/mono/mono/blob/174aeaa31c9d80a53c6c7981ba7206825cd1ea4d/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs#L15 This can be used to detect missing things: https://gist.github.com/jeromelaban/ac625399c6e79e7f9d40141f7bbf9b3a