Results 8 issues of prompteus

How to reproduce: 1) click on search 2) type something and submit 3) click on clear icon issue: textfield is cleared, but the keyboard doesn't show (the user definitely wants...

A large part of making the assistant is to teach it to follow instructions. While training using RLHF seems like the main ingredient, there are already prepared supervised instruction-following datasets...

data
needs discussion

For more context see: https://github.com/LAION-AI/Open-Assistant/issues/186

data

I would like to distribute chips like this: ``` ---------------------------------- | (____) (_____) (____) | | (________) (________) | | (____) (____) (____) (____) | | (___) (___) (____) (___)...

I need to change the SvgImage, so I tried - binding in xaml: `SvgPath="{Binding CurrentWeather.IconSource, StringFormat='Umbrella.Images.{0:F0}.svg'}"` - or to change it directly from C#: `icon.SvgPath = "Umbrella.Images." + currentWeather.IconSource +...

In the [documentation about listview performance](https://developer.xamarin.com/guides/xamarin-forms/user-interface/listview/performance/) it is said to use CachingStrategy attribute for a listview to improve performance. However, a SvgImage with SvgPath binding in such listview is buggy,...

The demo on Vercel (and local setup) crashed when the login form was submitted with empty values. Making the login fields required fixes the issue.

Hi, resvg ignores `pathLength` attribute ([SVG specification](https://www.w3.org/TR/SVG11/paths.html#PathLengthAttribute)). ```svg ``` Setting `pathLength='1000'` vs `pathLength='10000'` should affect the rendered length of the dashes (and gaps) of the stroke. This is specified by...