Legends

Results 14 issues of Legends

**Require.js compatible** ``` /*! animateCSS - v1.1.5 - 2014-05-27 * https://github.com/craigmdennis/animateCSS * Copyright (c) 2014 Craig Dennis; Licensed MIT */ +(function (factory) { if (typeof define === "function" && define.amd)...

Any plans to implement the async api? I mean, why force people to use `Task.run`?

- Operating System: - Node Version: v12.13.0 - NPM Version: 5.8.0, but I am using yarn (v1.7.0) not npm - webpack Version: "webpack": "^4.41.5" - @webpack-contrib/defaults Version: "@webpack-contrib/defaults": "^6.3.0", ###...

I have added a `postinstall` hook to `package.json` --> `lib/postinstall-win32.js` The script checks if we are on windows, if yes, it checks if the default command is already present in...

### Description VS Ent 17.8.3 When debugging my maui app and do simple xaml changes and after pressing Save I get the following message: ![image](https://github.com/dotnet/maui/assets/966368/dc7ba3d6-e578-4b21-a57e-ae50b2af7d00) Nevertheless hot reload is working...

t/bug

Tried: ``` "scripts": { "toc": "markdown-toc -i readme.md" } ``` and `npm run toc` ... it seems like it does nothing...

Win + Android (not tested on others) Sample: https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/ControlTemplateDemos Page: `AccessTemplateElementPage.xaml` Dynamic change of `ControlTemplates` at runtime doesn't work.

**Windows issue only.** Works on Android, didn't test on others. In the [following example code](https://github.com/dotnet/maui-samples/tree/main/8.0/UserInterface/Layouts/AbsoluteLayoutDemos) there a 6 ContentPages, first 6 implemented purely in Xaml and another 6 implemented purely...

**Repo**: https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell When I set the `Background|BackgroundColor` property for DataTemplate "AnimalTemplate": **App.xaml:** ```

**Repo**: https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell **Android/Windows** When the app starts, the CatPage is shown, which shows collection of cats. Now when you click on a cat, you navigate to the cats'Detailspage. Now you...