nandi95

Results 40 issues of nandi95

It would be nice if there was a method devised that automatically removes dead links... example link: https://github.com/aquadzn/learn-x-by-doing-y/blob/main/projects.csv#L125 returns the status code 410 Perhaps an action ran every (day/week) and...

Critters seem to have a conflict with this package despite in here critters marked as `^0.0.10` Any ideas what the issue could be? NPM log ``` npm ERR! code ERESOLVE...

I have an issue that is quite odd and hard to understand. I cannot produce a reproduction repo at this time. The script [builds fine for ssg](https://github.com/antfu/vite-ssg/blob/main/src/node/build.ts#L73) but then when...

I'm planning a major rebuild of the package with typescript and vue 3. composition api will allow for much cleaner code. I excpect slight differences in the api from the...

enhancement
in progress

Once the PR https://github.com/vuejs/core/pull/5408 gets merged, https://vuejs.org/guide/typescript/composition-api.html#typing-component-template-refs should be updated, so there is a mention of this type in the documentation

With nuxt 3 out in beta, it would be nice if this module can be updated so it also supports v3. It should be possible to support both by using...

feature-request

When I'm defining my schemas and they're referencing each other the generation hangs. Consider the following example. ```php // UserSchema.php return Schema::object('User') ->properties( Schema::array('vehicles')->items(VehicleSchema::ref())->description('The related vehicles')->default(null), ) ``` ```php //...

Great package! Missing documentation for [Collections](https://vyuldashev.github.io/laravel-openapi/collections.html) and [Middlewares](https://vyuldashev.github.io/laravel-openapi/middlewares.html). Can we have a rudimentary description for these and how they're used? The only information we have is [a comment](https://github.com/vyuldashev/laravel-openapi/blob/master/config/openapi.php#L44) in the...

Can we have the layers to signify tables relationship that describes one entity? Just to clarify, the colored background that can be drawn around tables

I couldn't set this up locally so I won't make a pull request. Regardless here's my implementation of using the router The accordion: ``` import AccordionItem from "./AccordionItem"; export default...