Lois
Lois
This issue is circling back to to https://github.com/a-h/templ/issues/498 On top of Lsp support, HTML's input element has a built in attribute [pattern](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern) which: - allows us to validate user's input...
..... ``` interface User { id: string; firstName: string; lastName: string; } interface Post { id: User["id"]; title: string; body: string; } interface Comment { id: User["id"]; comment: string; }...
### Environment System: OS: macOS 14.2.1 CPU: (12) arm64 Apple M2 Pro Memory: 245.33 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.0 - /usr/local/bin/node Yarn: 1.22.21 -...
Thanks for the invite @spences10 ### Title: Svelte for react developers (June) ##### Presentation driven development Never touched svelte. Spent all my time either in Vite or Next.js. Lightly touched...
### Description In **advent of typescript** wish there is a subsection can help people who attempts the challenge: - "what this problem is about" - "how you might be refer...
Hey lads, My model, tweet.ts and timeline did exactly the same as Tom until 1hr15mins in https://youtu.be/nzJsYJPCc80?t=4491 But when I clicked on the like it throw me an error ```...
The whole flow of setting up and using it was super convenient! Thank you so much for creating the project! Wondering if it is possible to create conditional query based...
### Version ```sh System: OS: macOS 14.2.1 CPU: (12) arm64 Apple M2 Pro Memory: 90.42 MB / 16.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 126.0.6478.127 Edge: 126.0.2592.81 Safari: 17.2.1...
### Version ```sh System: OS: macOS 14.2.1 CPU: (12) arm64 Apple M2 Pro Memory: 82.77 MB / 16.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 125.0.6422.142 Safari: 17.2.1 npmPackages: rspress:...
### What problem does this feature solve? Documentation example on grainular targeting element within element (with tailwind layers sometimes it works, sometimes it doesn't, very fickle) at the moment if...