Damir Gainetdinov

Results 16 comments of Damir Gainetdinov

Hi! Could you please provide the example of such string?

I just tried to run this test https://github.com/gaynetdinov/ex_marshal/pull/10/files#diff-29addc157c949c7ec3c85fb7a0a6911fR41 but with the string 20x times longer and it worked.

Hi! Sorry for late answer, I’m on vacation right now. That would be super cool if you design a logo for ExMoney. I don’t have any ideas about the logo...

That's default behavior of bootstrap, you can disable responsiveness like described here http://getbootstrap.com/getting-started/#disable-responsive

Hello. Sorry, I didn't see your issue as I wasn't in the watching list by some reason :) Once you have a login, you also have to have accounts in...

No, all ExMoney workers with business logic are OTP GenServer workers, so they don't need external schedulers. That worker which should be runnning with a heroku's scheduler is for waking...

Just tried to reconnect a login(for the first time ever) and saw that on reconnect SE sends `customer_id` field in the `notify` callback request as `ID` value from SE customer...

Yeah, that's a problem: I don't know how to handle `heroku` branch properly. Every time I sync `heroku` branch with `master` I do `rebase` and then `push` with `--force`. I...

Yeah, that's correct, I meant that according to ExMoney's workflow, a user should first create an account(a `customer`) in SE, so he can obtain a `CUSTOMER ID`. Then a user...

It's more than clear to me that ExMoney should have an ability to visualize a process of adding/refreshing a login. I'll try to implement such feature during this weekend and...