MordechaiHadad
MordechaiHadad
It would be cool to have a RTL support where the dropdown arrow is on the left and not on the right
Basically, allow us to change things like roundness, width, etc. Currently I am doing so by doing: ```svelte :global(pre) { // styles } ```
When I'm looking up specific cards by attribute some cards' attributes are null: Examples: https://db.ygoprodeck.com/api/v7/cardinfo.php?attribute=Dark Specific card IDs: 54297661, 4904633, 8522996, and more...
No longer will users have to look in the README to fix breaking changes, bob will notify a user on action that bob has breaking changes, using a breaking-changes file...
`IEnumerable video = DownloadUrlResolver.GetDownloadUrls(textBox1.Text); VideoInfo videoinfo = video.Where(x => x.CanExtractAudio).OrderByDescending(x => x.AudioBitrate).FirstOrDefault();` And its saying that videoinfo is null, for most of the videos im using
fixes #205
https://svelte-legos.surge.sh/guides/actions/clickOutsideAction/ When trying `clickOutsideAction` in the demo even if I click inside the div itself it will still close it. Tested on: Edge and Firefox. Note: Apologies for the empty...
### Please confirm the following. - [X] I checked the [existing issues](https://github.com/modrinth/code/issues) for duplicate feature requests - [X] I have checked that this feature request is not on our [roadmap](https://roadmap.modrinth.com)...