Corbin Crutchley

Results 201 issues of Corbin Crutchley

> This feature request comes from https://github.com/houseform/houseform/issues/60, the older form library I maintained ### Description Ideally, I'd like to have a number, displayed as a string (say, a locale with...

enhancement

### What version of `astro` are you using? 1.6.10 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

- P4: important

I noticed that there were no docs for using the `.analog` extension. This PR adds in initial documentation for the Analog SFC format. It denotes the extension as being experimental,...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/analogjs/analog/blob/main/CONTRIBUTING.md#-commit-message-guidelines - [x] Tests for the changes have been added...

It would be nice to have a link to Vite as an integrations on the docs page sidebar: https://analogjs.org/docs/packages/vite-plugin-angular/overview I'm happy to add a PR to do this or add...

accepting PRs

> This PR builds on top of #1198, please merge that first This PR's overarching goal was to replace `dts-lint` with Vitest for Type Testing, as `dts-lint` is deprecated now....

Currently, neither `yarn test` or `yarn build` run properly on Windows machines within the repo. In order to facilitate developer contributions from developers on all platforms, we should make sure...

internal

I have a `.vue` file that accepts generic types like so: ```vue const props = defineProps TNum }>() str: {{ props.str }} num: {{ props.num }} ``` And when using...

## Bug Description When using dates like `12/12/2022` or `11/30/2000 00:00:00`, I get `Date invalid`. While I know that this is a non-standard date format, both JSC and V8 support...

enhancement

In `custom_elements`, it would be nice to have support for multiple instances of the same tag. EG: [`dc:creator` allows for multiple instances of it in the XML (as does various...