Adi Prasetyo

Results 22 issues of Adi Prasetyo

Cake used is 3.8 but when this is handled should also support 4.0. ![image](https://user-images.githubusercontent.com/3001652/64695346-199f6380-d4c6-11e9-9c22-5dad585d57b4.png) the reminder: 1. the usage on readme 1. how the theme load BootstrapUI 1. use `View::setTheme`...

I was expecting the necessary styling as founded on the demo page are included in the /dist/css file. It's turn out that it was [separated](https://github.com/danielm/uploader/blob/master/demo/index.html#L14), please let me know the...

i just realize that the badge is duplicate, I just remove the top badge, and leave the bottom one. Because the bottom have contextual relation with dependency and dev dependency....

Besides google analytics, I like to have a plugin for facebook pixel. just the basic feature of facebook pixel. I am waiting for your input, also want some guidance to...

``` "karma": "^0.12.16", "karma-chrome-launcher": "^0.1.4", "karma-jasmine": "^0.1.5", Chrome Version 49.0.2623.13 dev-m (64-bit) ``` I am already open chrome before i run the test, it try once report that `cannot start...

CSP is a browser security mechanism that aims to mitigate XSS and some other attacks. ![image](https://user-images.githubusercontent.com/3001652/165116093-642ea3c9-89de-4775-aa64-d7703c9c26f2.png) please let me know what you thought, I might submit a PR.

I still don't get the example on the read me page, what about gives them one. Which involve html and css? this is the simple usage, but i think it...

I notice that our debuger.html have [greenkeeper enabled](https://github.com/devtools-html/debugger.html/blob/master/package.json#L103). After #775 land, i think it's good time to enable greenkeeper. Please correct me if i am wrong :smile: Update: ### list...

I think it good to have a better warning, in this case when hexo server is blocked by some errors. It must be implemented when using --debug option, but personally...