Results 5 issues of Drew Greene

I have a small Express.js app serving my SPA. It routes all requests to my index.html which serves the SPA javascript. The only exception is a route `/special/*` which express...

I was seeing a lot of warnings about my configuration that looked like `unrecognized property 'optimize'` because serverless now requests that plugins provide schema to validate configuration. It warns that...

### Status READY ### Description I was facing a problem due to the fact that I work with an organization on the other side of the world and my meetings...

I ran into a mislabeled input on [this page](https://ui.shadcn.com/docs/components/card) when trying out shadcn/ui. If you click on the Framework label it selects the Name input instead. This PR: 1. Corrects...

I ran into an issue when counting days where the behavior seemed a little odd to me. I noticed that [Day.js](https://day.js.org/docs/en/display/from-now) was cited for reference and confirmed that the behavior...