Shimmy

Results 46 issues of Shimmy

I don't get the point of the [`Phonemetadata`](https://github.com/erezak/libphonenumber-csharp/blob/master/csharp/PhoneNumbers/Phonemetadata.cs#L9), and the [`Phonenumber`](https://github.com/erezak/libphonenumber-csharp/blob/master/csharp/PhoneNumbers/Phonenumber.cs#L9) classes, IMHO they should be deleted and file name changed to proper PascalCase.

Hi, Can we please have it (or via different extension) highlight `TODO` or `fixme` in code files? Thanks!

Hi, I wish there was a way to assert a `JObject` contains an element with a value as specified. ```c# // arrange ... var expectedTokenKey = "token"; var expectedTokenValue =...

enhancement
help wanted

Consider removing older versions or such that can be removed to cut on space if not already the case.

Uno.Check should also check if VS2022 template vsix is installed and offer installation/update. Related: #132.

enhancement

**Describe the bug** The AutoCompleteBox shows overlaid results in the WASM head. **Steps to reproduce the bug** 1. Clone repo 2. Run wasm head 3. Type in a query in...

When using in Chrome (75), hovering on left-bar items, or selecting ones, does not affect their apparrence. There should be a hovered/selected item style applied. **Version Info** Chrome version 75...

## [Material/Figma docs](https://platform.uno/docs/articles/external/figma-docs/components/icon-button.html): ![image](https://github.com/unoplatform/uno.toolkit.ui/assets/2716316/0860332b-7810-4b2c-8e66-a0dae6e2f824) ## [Toolkit docs](https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/controls/ChipAndChipGroup.html): ![image](https://github.com/unoplatform/uno.toolkit.ui/assets/2716316/6e83908b-1ffd-47fe-a163-39ca421bb5ec) Might also be a good idea to include controls in the Uno Gallery.

kind/consumer-experience
kind/documentation

## Expected (MVUX) vs. current (Regular) behavior Multi selection doesn't work as expected when a `ListView` is bound to an `IListFeed`. (1) Expected (direct classic data binding) vs. (2) binding...

kind/bug
priority/awaiting-more-evidence

## What would you like to be added: Better CanExecute support 1. Enable async CanExecute 2. Implement `Command.Create(builder => builder.When(AsyncFunc))` 3. Enable MVUX generated-command's CanExecute ## Why is this needed:...

kind/enhancement
priority/awaiting-more-evidence