Results 115 comments of Soviut

> [@Soviut](https://github.com/Soviut) > > I see. By the way, are you using an adapter like `@hono/vite-dev-server/cloudflare`? No, this is a straight up hono project using node-server.

I ran into this recently where I wanted the `isActive` state outside of a NavLink for sidebar styling. I was surprised that there was no API for this and instead...

I believe this should work. The middleware should return a 401, but it does not get added to the OpenAPI doc automatically, and when I add it manually, there is...

@yusukebe I've updated my example with the correct imports. If I put the 401 response in the `createRoute()` I get a type error on the route handler saying that it...

@yusukebe Yes, I'll get a screenshot when I have a moment. The arrows were added as comments to my example code above.

Also, I would be happy to make a PR if you want.

Late to the party but Astro is a really awesome static site generator (SSG). I've used it on several static sites and landing pages and it's been really enjoyable to...

@mrlubos React uses semantic versioning and the latest release is 19. There's nothing wrong with high version numbers; The latest Postgres is 20, the latest Chrome is 140, the latest...

> What's the complication with pinning? First, it's very uncommon. I had to look up what the `-E` flag was even doing in npm when I saw it in the...

> You're **not** required to pin the version. In fact, many people don't. It's simply a recommendation which I believe will lead to the best experience. Locking minor range (`~`)...