David Brailovsky

Results 4 comments of David Brailovsky

@gf-atebbe thanks for the pull request. I'll review it in the next few days!

Hi @fatlotus, unfortunately I didn't get to reviewing this, I'll do my best to find some time and review this

@pydanny the code doesn't seem to look at it in the view. See: https://github.com/pydanny/django-mongonaut/blob/master/mongonaut/templates/mongonaut/actions/action_buttons.html

I've had a similar issue, what worked as a temporary fix is applying the following change to my `foundry.toml`: ```diff [profile.default] src = 'contracts' -libs = ['lib', '../../node_modules'] +libs =...