Rafael Milewski

Results 91 comments of Rafael Milewski

@bebraw while i was making a sample i found that the issue i raised of https://github.com/webpack-contrib/purifycss-webpack/issues/57#issuecomment-278246155 was actually my mistake i was sending an array of array instead of just...

@bebraw the`[ext]` doesn't work even when the entries are just `.js`, I had reported it as a webpack bug https://github.com/webpack/webpack/issues/4276 on the main repo but looks like a bot comes...

well i went ahead and made a quickly control + c -> control + v version https://github.com/milewski/css-gridish-grid

I'm not sure whats the issue, if you are still having this problem can you have a look at the network request to see if there are any exceptions being...

You can always do something like this: ```php class ExampleNovaResource extends Resource { public function fields(Request $request) { if($request->user()->can(.....)) { return [ ResourceNavigationTab::make([ 'label' => 'Only for admin' ]), ];...

I think its still the same concept, you dynamically build the array of fields based on your condition.. if you need 3 tabs.. return 3 instances of `ResourceNavigationTab` .. so...

Hi @yburlakov currently I don't have enough bandwidth to go through and upgrade all the packages to nova 4... There are way too many packages that need to be essentially...

Yeah agree this would be a nice thing to have and perhaps the way it should work would need to be like: If you have 10 fields and 5 of...

Hi, can you share some sample code? I'm not sure what you mean by `on HasMany Relationship table`, I have only tested this package when using it on the main...

Does it work when you open `/resources/events`? `/resources/business-units`