kmschaal
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Edit: This comes from Prisma’s generated output, not Claude Code itself. I ran into something unexpected while using Claude Code. After prompting it for changes to a Prisma schema, it applied the changes and generated…
-
Hey everyone, I have updated my fuzzy search library for the frontend. It now supports substring and prefix search, on top of fuzzy matching. It's fast, accurate, multilingual and has zero dependencies. GitHub:…
- Show HN: Frontend Fuzzy Search (github.com)
I have spent several years working on search engines in the backend and have now utilized that experience to develop a fuzzy search library for the frontend. It's fast, accurate and can be used for all languages. It…
- Semantic Code Reviews – Simple and direct comments without drama (m31coding.com)
-
Source generators in .NET can be used to generate code at development time. I wanted to learn about that technology and implemented a library for creating fluent APIs for C# classes.