Agnaldo Junior

Results 14 comments of Agnaldo Junior

I think even if we create a new field in package.json looks cleaner than and actual .rc file with just one setting

I created a little patch to support md-font-icon for md-sidemenu-content and a md-arrow-src attribute in case you want to change the arrow svg. [Fork me](https://github.com/agnjunio/angular-material-sidemenu)

@lealceldeiro I'm in a rush now, but here is a post explaining: http://debuggable.com/posts/how-to-fork-patch-npm-modules:4e2eb9f3-e584-44be-b1a9-3db7cbdd56cb If you have any further questions, I can explain it later.

The current head link is: https://github.com/agnjunio/angular-material-sidemenu/archive/master.zip Replace .zip with .tar.gz if you prefer

I also need the option to have a single submenu toggled at a time.

It seems to be the same issue found earlier: https://github.com/jfinkels/flask-restless/issues/409 TL;DR: Workaround i'm using right now: ``` db = SQLAlchemy() def create_app(): ... db.app = app db.init_app(app) ```

I guess the obvious fix for this is to make the brackets in the regex optional. Someone else agree? If so, I can patch this right away.

Just to clarify, what version of `compiledb` are you running? ``` pip3 freeze | grep compiledb ```

There were a recent patch to fix the issue you mentioned. Probably the fix is in the latest version (0.10.1). Try to have it installed on your python 3 version:...

So, I made some initial testing and saw that your Python 3.5.x version is currently not supported by the versions listed in `setup.py`. Maybe that's why you can't upgrade to...