MaXi32

Results 26 comments of MaXi32

Well, all of these ISO files (taken from their official sites) and I tried to boot each of them: ![image](https://user-images.githubusercontent.com/4420157/160265347-0ef882f7-bca3-4b5d-bd23-cf9d84103172.png) and each of them came with this message: ``` No...

My bad from the previous post. Actually, I created the bootable disk manually using a command prompt. I was trying to play around with it and I did not realize...

You can do like this ``` $role->detachPermission($userPermission); // this function will detach a permission, must specify a permission object that you have created. $role->detachAllPermissions(); // this function will detach all...

Please consider rephrase your last question... do you have example of code?

Same issue here. Got null. Another thing is, from this condition: Bican\Roles\Traits\HasRoleAndPermission (Line 114) public function attachRole($role) { return (!$this->getRoles()->contains($role)) ? $this->roles()->attach($role) : true; } notice the !$this->getRoles()->contains($role) this line...

I found the work around. To check the duplication roles instead of : ``` public function attachRole($role) { return (!$this->getRoles()->contains($role)) ? $this->roles()->attach($role) : true; } ``` I changed to: ```...

What is your laravel version? Why do you have to create a model role_user and apply the $timestamps. What does the Role_User.php model does? I think, by default timestamps is...

Same issue here: https://github.com/sylvanaar/IDLua/issues/16 and https://github.com/sylvanaar/IDLua/issues/15

Ok, I have too many warning for this. Anyway to ignore this syntax rule ? ``` function init() local needs = {} -- unused assignment needs["type"] = "packet" needs["filter"] =...

I can confirm this problem but putting the -E at that line doesn't solve this issue.