Mohamad Mohebifar
Mohamad Mohebifar
I remember it was last year I released [grafgiti](https://github.com/mohebifar/grafgiti), only tweeted about it without any proper hashtags and after 1-2 hours you starred it. I'm curious how you find the...
I am using this bundle and it's good for me. The problem is you included `oh_google_maps_javascripts` and `oh_google_maps_javascript` blocks in `oh_google_maps_widget`. I don't know why you didn't write this blocks...
This would be a good idea to add an attribute to control the speed of scrolling while using mouse wheel. Something like this : ``` html ... ```
Thanks to @nene's great work, now that lebab supports JSX, I wonder if it would be a good idea to create a new transform that converts this: ``` jsx const...
Currently lebab is doing so much from parsing to generating code. During the process, somethings are missing (Like nice warnings while parsing the code #136 or JSX Support #130) or...
fixed: cleaner code, remove unit for zero, remove duplicate properties
The current ForceBalance code on master seems to be requiring `lxml`, `networkx`, `pymbar`, `six`, and `future` (for python 2 users) that could be added to `setup.py`. Is there a reason...
We could use `getDefaultProps` instead of a ternary expression inside render function body.