Rachala Ovin

Results 5 issues of Rachala Ovin

### Describe the bug SvelteKit repeatedly tries to prefetch a page that throws 40x http codes. Which should not be the case for 401 and 403, as they are typically...

The [contexts.d.ts](https://github.com/EmilTholin/svelte-routing/blob/26b506ff1a2e72069f797515fa0d27a841e0cbff/types/contexts.d.ts#L11) file defines `useHistory`, `useRouter` as `readable` when they are objects with functions attached to them. More context: Since these don't have a subscribe method attached to it, you...

The transition cuts off right before the end when using `ShimmerDirection.ltb`. Not reproducible with other options. ```dart return Shimmer.fromColors( baseColor: colors.surface, highlightColor: colors.surfaceVariant, direction: ShimmerDirection.ttb, child: Column(mainAxisSize: MainAxisSize.min, children: [...

## Steps to Reproduce Excluding, since this behavior is apparent even in the [sample app](https://flutter.github.io/samples/web/material_3_demo/#/). ## Expected results: Material 3 compliant chip layout with 32dp height. 1. Layout height specified...

framework
f: material design
has reproducible steps
found in release: 3.7
found in release: 3.9
team-design
triaged-design

[Plugin](https://github.com/prettier/plugin-xml) Prettier doesn't have built-in support for XML files, nor does dprint have any plugins to support it. It would be nice to have an XML plugin pre-installed with the...