kmschaal

↗ HN profile [ 62.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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:…

  3. 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…

  4. 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.