Muh Ghazali Akbar

Results 8 issues of Muh Ghazali Akbar

I have implemented the `static file serving` https://nextjs.org/docs#static-file-serving-eg-images on Next.js but seems doesn't work because my router configuration: ```javascript const routes = require('next-routes') module.exports = routes().add('post', '/:categorySlug/:slug', 'post/post-show') ``` I...

Is the package has a feature to handle [Limited File Collections](https://docs.spatie.be/laravel-medialibrary/v7/working-with-media-collections/defining-media-collections/#limited-file-collections) already? 🙄 I have a image collections to only keep the latest (4) images to database but seems this...

I have checked the docs about: https://laravel.com/docs/9.x/validation#after-validation-hook but I think this feature isn't available yet, it would be really good if Lighthouse supported this feature

enhancement

I have change default idletimer in .jquery.idletimer.js `timeout = 40000,` but still 30 seconds countdown ![screenshot_105](https://cloud.githubusercontent.com/assets/8321936/16213313/0b4c551c-3781-11e6-84bf-316f52014eff.png)

Hi, i already follow "User Accounts in Meteor #1 - Accounts Unstyled" but the sign and register does not showing

I'm trying to generate this chord: https://tombatossals.github.io/react-chords/guitar/C/aug7 by following the `chords-db`: https://github.com/tombatossals/chords-db/blob/master/src/db/guitar/chords/C/aug7.js#L19-L22 using codesandbox but it's returning error. https://codesandbox.io/s/chords-b-test-l0kln4?file=/src/App.js Any solution for this?

I'm trying to make `Setting` nova resource can be access just for `Admin` (users.is_admin = true) using Policy. How i can do that?

i have tried to add event on `@blur` but didn't work :/