Budi Irawan

Results 20 comments of Budi Irawan

Hi @jwschram, thank you for submitting the issue I can reproduce the issue. Seems this command needs two date arguments to proceed.

Based on @darekkay but without `lodash` ```js config.addCollection("postsByYear", (collection) => { const posts = collection.getFilteredByTag('post').reverse(); const years = posts.map(post => post.date.getFullYear()); const uniqueYears = [...new Set(years)]; const postsByYear = uniqueYears.reduce((prev,...

When I debug the code I found the raw SQL generated "SELECT COUNT(*) AS `aggregate` FROM `barang` INNER JOIN `daftarhargabarang` ON `daftarhargabarang`.`kodebrg` = `barang`.`kodebrg` WHERE `barang`.`infobrosur` = ? AND LOWER(barang.namabrg)...

Here is a final code of method count() ``` private function count() { $copy_query = $this->query; $this->count_all = count($copy_query->get()); if($this->query_type == 'eloquent') { $this->query->table->selects = $this->columns; } else { $this->query->selects...

Yes Bilal, you are absolutely right. I saw lines more than one with same number, 497. 497 497 497 497 ... 497

I see. Thank you for your help. :D Anyway, your name same like famous muadzin in history, bilal

@ch0wdan You can use params like below ``` protractor: { .... staging: { options: { keepAlive: false, args: { params: { baseUrl: 'http://tetris-staging.com' } } } } ``` You can...

got same problem ![image](https://cloud.githubusercontent.com/assets/1243921/18776841/31c61386-8196-11e6-9b4f-e4c45da72c6f.png) ![image](https://cloud.githubusercontent.com/assets/1243921/18776856/423ecf28-8196-11e6-9ea7-4584c9b0a818.png)

+1 I'm still experimenting with it

Hi @camertron Thank you for your response. I will try what you suggest to me. One more question, for the currency name. Does it support currency name in other languages?...