Imam Assidiqqi

Results 10 issues of Imam Assidiqqi

Currently, I can't use `getHelperSet()` method because I create a separate class that will be autowired by PHP-DI. So now, if I want to use `getHelperSet()` I have to use...

Hello! So, I want to contribute to this library. From what I understand, this library is not yet auto-update on laravel eloquent model. So before I want to ask: -...

Hi, For some reason since yesterday, whenever Github Action ran, they'll failed on the first attempt, but will always succeed on the second attempt. The error message: ``` Error: Can't...

Prevent `Mixed Content: The page at 'https://docs.emmet.io/actions/expand-abbreviation/' was loaded over HTTPS, but requested an insecure script 'http://emmetdocs.disqus.com/embed.js'. This request has been blocked; the content must be served over HTTPS` error...

So, I've found that my schema create an undefined error on `convertKeyToTypeName` function. Haven't tried to compile the code, no idea if that's supposed to happened, please review accordingly. Thanks!

The use case is: - If I click remove button, it's should send null in the request (So I know the user don't want to send a new picture, and...

Not tested yet, but I believe this should work. The purpose is pretty clear, to make it somewhat simpler to pass a target that we want.

Sometimes, we want to remove defined factory. In my case, I need it because when I use mocha, it watches my files and re-runs project tests, it will say that...

First, I add an `admin?` method to `User` ![image](https://user-images.githubusercontent.com/8213031/43311503-d7a5a4d0-91b4-11e8-8fa1-5cfce75eaf91.png) ![image](https://user-images.githubusercontent.com/8213031/43311601-1d9d4a1a-91b5-11e8-813a-3faf8d152e1d.png) It works! Of course `rails c` will run spring in the background. Now I'll change `admin?` to `isAdmin?` ![image](https://user-images.githubusercontent.com/8213031/43311668-430a17f6-91b5-11e8-9c11-aefc9a6e2c4e.png) I'll...