Ivan Danci

Results 18 comments of Ivan Danci

Can you install gem setting manually c flags? ```bash gem install charlock_holmes -- --with-cxxflags=-std=c++11 ```

Got the same problem when trying to install `0.7.5` using ruby 2.4.1, Sierra 10.12.6, icu4c 59.1 ```bash In file included from transliterator.cpp:5: In file included from /usr/local/Cellar/icu4c/59.1/include/unicode/translit.h:25: /usr/local/Cellar/icu4c/59.1/include/unicode/unistr.h:3025:7: error: delegating...

Downgrade to Windows 8.1 :) https://github.com/denandz/KeeFarce#compatibility

`/settings/accounts` doesn't show any accounts imported from SaltEdge(SE). In SE I can see all the data, including 2 accounts and many transactions. However I skipped the section with adding [scheduler](https://github.com/gaynetdinov/ex_money/wiki/Heroku)...

I also noticed that `heroku` branch is a bit behind master. Do you plan to sync master's features with heroku branch?

When you [create a customer](https://docs.saltedge.com/reference/#customers-create), you get his identifier in synchronous response, so you can just store that value somewhere. Or you can obtain it later calling `GET | https://www.saltedge.com/api/v2/customers`

I mean that you don't have to force the user to visit his SE profile to obtain the customer id. You can just add a button like `create customer` which...

If you need any additional information about SE integration or some tips about app workflows you can reach me directly via [email protected] ;)

I'm confused... Which branch should I deploy? Last time I deployed heroku branch, last few days I run master branch on heroku. Is there any reason to keep the heroku...

Rolled back to 1.3.2 only because of this. :(