Özüm Eldoğan
Özüm Eldoğan
If there is an error in dependencies, normal errors do not appear in errors object. See example below: ``` var schema = { "type": "object", "properties": { "name": { "type":...
Hi, I would like to report a bug. ## 🐞 Bug Report #### Describe the bug `Object.Paths` does not produce an error if optional properties exist in sub properties. ####...
Hi, `store.get()` and `store.set()` prioritise getters over state and actions over mutations, which is great. Is it possible to have same prioritization feature in `call()`? A simplified example: **store/product.js** ```js...
Hi, Thanks for the types. I was looking for a type-safe version of `lodash.get` with string paths, and `Get` solves my problem greatly. Is it possible to get a compile...
Hi, Can I use vue-styleguidist with composition API? Thanks,
Hi, I like to install apps through HomeBrew and do initial configuration using automated CLI scripts, but also I like the GUI of PostgresApp. Is there a way to install...
**Feature description** I would like to add a foreign key constraint referencing a unique constraint instead of the primary key. Best to describe with an example as below. Both `OptionCategory`...
Hi, I'm using `@hideconstructor` to hide constructor from markdown documents. I even coupled it with `@private`, but constructor is always documented. Example (I tried every combination of `@private` and `@hideconstructor`)...
`jsdoc2md` optionally produce single markdown page from multiple modules/files by concatenating them. Also let developer use a handlebars template for that single page. This is super useful to generate a...
Hi, Is it possible to document interface parameters like function properties as a table instead of listed one by one. The reason I'm asking is that, I'm using typedoc to...