nandi95

Results 37 comments of nandi95

> Maybe it would be better to include a link to the latest internet archive snapshot as most of the links are mosly text-only Indeed, so it could be if...

Missed that! Still this issue could be useful so others can find this too and for tracking support down the line.

Duplicate of https://github.com/vyuldashev/laravel-openapi/issues/53

```php Schema::object('user')->properties(UserSchema::ref())->nullable()->description('The vehicle owner'), UserSchema::ref('user'), Schema::object('user')->additionalProperties(UserSchema::ref())->nullable()->description('The vehicle owner'), ``` none of the baove solutions work either. Is this a bug @vyuldashev ? Edit: `self::ref()` also does not work.

Same here I believe, except it isn't with spread but importing a prop: https://github.com/karnama/vueish/blob/main/src/components/button/UIButton.vue#L71 not the doc block nor the possible values are documented.

The suggestion from the console does work ``` import pkg from 'vue-toastification'; const { POSITION, TYPE, useToast } = pkg; ``` This I believe happens when the esm files get...

yes it was, before and after the update 🤔

This new hook might help with this issue: https://github.com/vuejs/core/issues/5844

This would be also helpful to determine if a user has just visited the website or already navigated within. For example a back button would navigate to the landing page...

I have a branch going where I started the work, but it has not been a priority due to work and life. It is good to know there is an...