Evert Pot
Evert Pot
Example use-case: 1. Organizer creates recurring event with attendees. 2. Organizer sets alarm on second instance. 3. Attendees get a notification for this last change. This shouldn't happen. ## Want...
Apologies if this has been asked before, I did a few searches but couldn't quite find this. I have a directory of schemas. Each of those schemas sometimes share references...
This is a feature request. We're using Hoa\Bench to measure how slow we are for a number of things. We manually also output PHP memory right at the bottom, as...
The Request and Response objects are becoming standard everywhere. [Deno](https://deno.land/) uses them, and so does [Bun](https://bun.sh/). When Curveball was created they were still up and coming, so it ships its...
**What version of Ajv you are you using?** 8.4.0 **What problem do you want to solve?** json-schema has a `readOnly` property. This is _super handy_ because a really common use-case...
Looking at the source, I realize this may not be the goal of this project. But, I came to this project hoping to find a Cache polyfill for node.js. In...
Hi Mark! Big fan of your work. We heavily make use of link hints and linked cache invalidation. I was curious if these are drafts that you're still interested in....
## Adding support for using objects as middleware Currently Koa requires middlewares to be functions. To make developing class-based controllers a bit nicer, it would be helpful to also allow...