Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

Remove this exception: ``` 06-26 10:44:09.730 E/ActivityThread(29293): Service crosspuppy.PuppyDownloaderService has leaked ServiceConnection licenseverificationlibrary.LicenseChecker@4080b978 that was originally bound here 06-26 10:44:09.730 E/ActivityThread(29293): android.app.ServiceConnectionLeaked: Service crosspuppy.PuppyDownloaderService has leaked ServiceConnection licenseverificationlibrary.LicenseChecker@4080b978 that was...

bug

``` 06-26 10:50:12.420 E/ActivityThread(29293): Activity crosspuppy.SplashScreenActivity has leaked ServiceConnection expansiondownloader.client.ClientMarshaller_DownloaderServiceConnection_ServiceConnection@408015f8 that was originally bound here 06-26 10:50:12.420 E/ActivityThread(29293): android.app.ServiceConnectionLeaked: Activity crosspuppy.SplashScreenActivity has leaked ServiceConnection expansiondownloader.client.ClientMarshaller_DownloaderServiceConnection_ServiceConnection@408015f8 that was originally bound here...

bug

### Steps to Reproduce 1. File | New | iOS/Maui 2. Set UseInterpreter=True 3. Observe the linker kick in and types being removed Related to these PRs: - https://github.com/dotnet/maui/pull/8423 -...

enhancement
msbuild

### Steps to Reproduce 1. Make sure you have the .NET 7 SDK and iOS workloads installed 2. `donet new ios` 3. Edit the csproj to be net6.0-ios instead of...

bug
dotnet

**Glide Version**: 4.12.0 **Integration libraries**: n/a **Device/Android Version**: Pixel 5 - API 30 emulator **Issue details / Repro steps / Use case background**: If an image fails to load (does...

### Description of Change ### Add the ability to set window size and read size and position. - Fixes #7592 Platforms: - [x] Windows - [ ] Mac Catalyst (macOS)...

t/enhancement ☀️
platform/macOS 🍏
platform/windows 🪟
area/desktop 🖥️

This pull request updates the following dependencies [marker]: (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as...

area/infrastructure 🏗️

Had to revert https://github.com/dotnet/maui/pull/7143 due to a crash on all platforms (see https://github.com/dotnet/maui/pull/9266): Pushed the commit to a new branch: https://github.com/dotnet/maui/tree/dev/reland-7143

t/bug
area/Xaml </>

### Description I have two buttons: ```xml ``` For some reason, the `IsEnabled` property is overwritten in Button2 - this enables the button incorrectly. Button1 is disabled this way, but...

t/bug :bug:
help wanted
breaking
e/5 :clock5:
m/high impact :black_large_square:
up-for-grabs

Both `setOnMenuClickListener` and `setOnLeftMenuClickListener` set the same `mOnMenuClickListener` field. Is this the correct functionality? `setOnMenuClickListener`: https://github.com/arimorty/floatingsearchview/blob/a0f8fbc90d98eb1b629c6295dd2d3577412e7b1e/library/src/main/java/com/arlib/floatingsearchview/FloatingSearchView.java#L750-L752 `setOnLeftMenuClickListener`: https://github.com/arimorty/floatingsearchview/blob/a0f8fbc90d98eb1b629c6295dd2d3577412e7b1e/library/src/main/java/com/arlib/floatingsearchview/FloatingSearchView.java#L1704-L1706