paperscissors

Results 10 comments of paperscissors

it looks like this is a combination of a malformed config.xml and a python depreciation error. i can't make too much of this error message, other than it is tanking...

I'm actually still seeing errors, but most are different, particularly the SECRET_KEY one. not sure if this refers to the "secret_access_key" value in the S3 server transporter group, but otherwise...

i keep running into this same problem with S3. from what i can tell i think it doesn't like something in the config.xml file circling around the S3 transporter. there's...

By the way, I did try upgrading to Vue-CLI 4.* and it throws a whole other set of errors, #31 #2

Yeah, I got here because I was getting this error with Vue CLI 3.4.1. I heard talk of Vue CLI 4 fixing it, but here we are, I'm getting the...

I had no luck with this, since this is what the docs already said to do. I've got `use Silvanite\NovaToolPermissions\Role;` and `BelongsToMany::make('Roles', 'roles', Role::class),` and I'm still getting this error....

I've actually followed these step by step, including the publish with the config, etc. Perhaps I will remove everything and try to install again from scratch.

No idea, I removed everything and went through the install again, the same as before and it worked. Best I can think of is that there was a single character...

I've got a similar thing happening here, two roles, both defined, not all of the gates are firing for users without the permissions. The non-admin user does not even have...