Bruno Moreira

Results 46 comments of Bruno Moreira

Time to change your password, just to be safe. I'm seeing this: [2015-04-25 17:06:23 -0400] Deleted: cache/compiled/ [2015-04-25 17:06:23 -0400] Created directory: cache/compiled/ It looks like it's trying to empty...

I don't know, I'll have to check this out. I don't think I was the one who added the 'branch' option so I'll have to test it on my own...

Interesting, about the errors; maybe that's what's causing issues. Can I just check, is `score-35-1370971179-4356572206042(1).pdf` the name of the file that's causing you problems? Or am I missing something (for...

The problem is that it loads everything into memory before deploying. By default the memory limit is 256MB so if you're trying to load more than that it's going to...

Hi @GesJeremie, it is possible to ignore directories indeed, I think; you can see it in issue #26, where @spescina suggested adding /\* to fix the problem. Can you let...

I will leave it open, if you don't mind, and wait for you to confirm that it's working well. :smile:

@GesJeremie An ignore_directories option has been added by @maskas. Go use it and then thank him. :wink:

I'm running up against this issue now as well, in Sequelize 7. I might spend some time putting together a PR to resolve this, if it would be welcome.

That's awesome, I'm glad I'm not the only one excited about this! So far, I've got a Monica API client package (uses iterators to allow me to loop through items...

@djaiss Thanks for that! I actually hadn't realised that the Conversations and Messages endpoints where under the Contact folder; I just didn't see them in the main Controllers/Api folder and...