Angelo

Results 6 issues of Angelo

Right after adding the following in my main.js **import Vue from 'vue' import Notifications from 'vue-notification' Vue.use(Notifications)** I’m getting a Chrome error “**Document is not defined**” node_modules\vue-notification\dist\index.js **on line 982**...

Flutter version: 2.2.2 Xcode version: 12.5 flutter_launcher_icons: ^0.9.0 I see the following warning on Xcode under Runner > Runner > Assets.xcassets > AppIcon `[email protected]` Unassigned

Does the package support sorting on both Index and relationship (HasMany) at once?

Is it possible to enable/configure HTTP request logging (also known as access logs)? I’m unable to find documentation how to include the log directive for the caddy-ingress controller. Thanks

After installing this package, the Nova "Inline Action" does not refresh the List View page after the action is executed. As soon as I remove this package, all works fine...

Is there any way to have a localized Toast messages instead of changing it in ResourceTable.vue? ``` this.$toasted.show( this.__('The new order has been set!'), {type: 'success'} ); ```