Mikhail Panko
Mikhail Panko
Hi erundook, Is [this stackoverflow answer](http://stackoverflow.com/questions/14130310/how-do-you-change-the-reset-password-url-in-meteor) what you are looking for? If so, it seems that this is not an issue of this project and needs to be addressed within...
I think I fixed the issue you are talking about. Here is what I get:  Here is the [repo with the code](https://github.com/mikpanko/meteor-accounts-ui-bootstrap-dropdown)....
Aleksandar, glad to hear it worked. These errors happened because elements in "login_buttons_dialogs.html" had wrong classes and ids (probably, from the original package "accounts-ui"). They needed to be changed to...
On top of changing CSS classes to Bootstrap style in "login_buttons_dialogs.html" I added dynamic modal behavior which required JS changes to "login_buttons_dialogs.js". Changes to "login_buttons_dropdown.js" do not do anything as...
Sure, @erobit. Let me know how I can help. Thank you for working on this project.
Thanks for the suggestion and the link! It is a nice method. I don't quite see how to put it into an automatic, algorithmic form to add to Expresso. Passive...
It looks like NLTK does not have a good dependency parser of sentences but [Stanford does](http://nlp.stanford.edu/software/lex-parser.shtml). I am thinking of adding it to Expresso in April-May, when I finish my...
Thanks! Yes, feel free to add functionality. I appreciate other people's input.
+1. One of my notebooks (https://observablehq.com/@mikpanko/nfl-plays-sunburst-chart) triggers pretty heavy computations on notebook cells after changing selections for the NFL seasons to plot. Without the submit button, for example, going from...