Ferri Sutanto

Results 7 issues of Ferri Sutanto

Hi, whats the recomended way to put this code? ``` php App::instance('config', function($app){ $loader = $app->getConfigLoader(); $writer = October\Rain\Config\FileWriter($loader, $app['path'].'/config'); return new October\Rain\Config\Repository($loader, $writer, $app['env']); }) ``` Maybe in App::filter()...

Hi, i try to create some unit test, here is my sample code ``` php

Hi, first this is my first time to try electro, so pardon me :) i've installed electron with `npm install electron-prebuilt -g` but when i try to run `make app`,...

Hi Inside the `containerapp/Dockerfile`, we need to add `--depth=1` when cloning the repo so that it can save on image size and time. Thanks

Hi, noobs here .. Quick question, can i use this theme for Lubuntu/LXDE? Thanks

Hi, I try typeahead demo and its not working, and i dont see any error on console and there's no network request has made.. Thanks

Hi, i have navigation that should be put at bottom:0 at initial page, after some "limit" then navigation follow to scroll upside, after that i want to put margin top...