Karmeye

Results 19 issues of Karmeye

In this way, if the client application did not send a success or a failure parameter (block), the application can know and act appropriately. For example displaying the error itself...

If the device is in portrait and the orientation is changed to landscape while the alert is displayed the view is not resized to fit the whole width.

Anyone fixed this method (AQGridViewUpdateInfo updateNewGridDataAndCreateMappingTables) for 64 bit builds? I get assertion on: NSAssert(_oldToNewIndexMap[_oldGridData.numberOfItems] == 0x55555555, @"Eeek! Scribbling on guards didn't work!");

Crash with NSRangeException. Can be fixed by adding i check in _selectItemAtIndex. Do not know if its good solution. ``` javascript if (notifiesWillSelect) index = [delegate gridView:self willSelectItemAtIndex:index]; if (notifiesWillSelectMultitouch)...

When the number of items in the grid does not fill the last row exactly the backgroundView's height is to small (960 in my case). fixed it by changing self.backgroundView.frame...

Is it possible to adjust each individual cell's position? I have a shelf background, and the items are not properly aligned to the shelves. The cell items are of different...

Methods in the `UINavigationController` category should be prefixed with e.g. `m13_`. I got a debugging a conflict with `setProgress` in another category.

Bug
API Change
Compiler Warnings
M13ProgressSuite 1

### Describe the bug When I make changes in Resource Dictionary xaml files I have to clean the project for the changes to take effect. Hot reload doesn't work, even...

area-XamlCompiler
team-Markup

``` urls: website: ... blog: ... ``` If sort order settings is Asc Alphabetical, for example, the above would become: ``` urls: blog: ... website: ... ``` And so on...

rule suggestion

### Describe the bug The following returns false even though both are empty strings ```cs if (!global::System.Collections.Generic.EqualityComparer.Default.Equals(myString, value)) ``` ### Regression _No response_ ### Steps to reproduce ```text 1. 2....

bug :bug: