Pierre-Yves

Results 12 comments of Pierre-Yves

+1 In the meantime, I use gulp-cache and gulp-watch so it only upload all file the first time your start gulp-watch

Here is some idea: select created_at, extract(epoch from created_at) from somethings limit 3; created_at | date_part ----------------------------+------------------ 2014-09-08 20:56:13.320441 | 1410209773.32044 2014-09-23 02:20:22.571723 | 1411438822.57172 2014-09-26 14:28:09.277595 | 1411741689.2776 (3...

thank, I am a little bit idiot I think! ;-) I don't feel I can implement it, it seams I would need to check if it is numeric or not...

yes this is true, I may as well do like you, but it is still only better than nothing! I have no real use case right now since I will...

Hi @gonzalo-bulnes , Sorry for my mediocre english, Thank you for this amazing response, I have a good understanding of authorization vs authentication. My problem is really that the current_user...

Hi, Thank you for this amazing and precise answer. You will be disapointed to hear it did not really worked. 1. current_user is still setted after commenting the line everywhere...

Would you like to check on my code? whatever you need to do your research. Don't feel forced, it's not your problem after all, it's mine! I will find a...

sorry I miss your saturday afternoon time, I could grant you access indeed, it is on bitbucket. how should we proceed?

I added you! I will be trying to be around more to answer. We could probably talk over an issue on the bitbucket repo. see the only issue on bitbucket...

Hi @gonzalo-bulnes , thank you very much for all the time spent. I just notice I was in the wrong, very deeply. I was under the impression that the GET...