Özüm Eldoğan
Özüm Eldoğan
Would like to have rate limiting (# per user per second) and scoring of query cost (score per user per minute etc.). Below points mentioned in https://blog.apollographql.com/securing-your-graphql-api-from-malicious-queries-16130a324a6b seems to nice...
When used with `allOf`, `abortEarly` does not work. I suppose it is related to Joi extension for `allOf`. I pasted a minimal sample code below: ## Example Code ```js const...
Hi, JSON schema simplified below throws warning and does not create Joi object. I'm not sure if this is a bug, or whether `object` type is default, but I validated...
Hi, Is it possible to show `@type` and `@property` of events like examples in [jsdoc documentation](http://usejsdoc.org/tags-event.html)?
Hi, I like to add custom sections to the pages and table of contents at the right side. What parts of the template do I need to modify? Specifically, I...
It is confusing why data is fetched twice when using `$fetch` on the client side without wrapping it with `useAsyncData`. It is explained [here](https://github.com/nuxt/nuxt/discussions/18731#discussioncomment-4860920) clearly. This PR updates docs to...
Hi, I would like to have merge types of two objects but have a union of "each" attribute individually (not whole object). Example ```ts interface A { id: number; serial:...
pgTAP
Hi, Thanks for your effort on PostgresApp, especially including v8. Is it possible to include pgTAP extension in your distribution?pgTAP is one of the few, if not only, testing tools...
Hi, For each new server, I have to edit `pg_hba.conf` and `postgresql.conf` and add very similar entries. Is it possible to add a feature to the app to store config...
Hi, I couldn’t find the link to “Style Guide” in the menu. I try to use search “Style Guide” using the search box, but no result is returned. As a...