Martín Gaitán

Results 113 issues of Martín Gaitán

I've implemented the output to produce a mermaid-js class diagram, as an altenative markdown-ish text based output. ``` $ eralchemy -i 'markdown_file.er' -o erd_from_markdown_file.md ``` Produce [this file](https://gist.githubusercontent.com/mgaitan/8d93bc7e9ac0aab4a0b943af9cfd56ea/raw/687f1cee4d504157712e4257ecc85679f4c88509/meme.md) which looks...

I would like to format only a fragment. not the whole file. Could it be possible?

tracking stats, i want to distinguish a user click vs the scrolled event.

I was using the demo http://accountant-x.herokuapp.com/books/estimate/17/detail/ thanks for your work, btw

I've moved the templates inside the app, added a setup.py and some cleanup. There is already an app named django-registration-bootstrap registered in pyp, so I named it 'django-registration-bootstrap3'

I've added a new variable `use_bootstrap_4` which if it's `"yes"`, load css and javascript, to get a minimal bootstrap 4 (alpha) base template like the "starter template" http://v4-alpha.getbootstrap.com/examples/starter-template/#

Hi. I have a little script that parse `git reflog` to look for recently used branches. It's similar to `git checkout @{-n}` but more user-friendly. For example, ``` (nao) mgaitan@morochita:~/nao$...

feature

a concurrent edition in a page can leave the repo in a dirty state like the following: ``` facundo@web:/home/www-pyar/pyarweb/pyarweb/waliki_data$ git status HEAD detached from cd73ae5 Unmerged paths: (use "git reset...

``` NoReverseMatch: Reverse for 'waliki_diff' with arguments '('Trabajos', '18fb2e0^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^', '18fb2e0^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^')' and keyword arguments '{}' not found. 1 pattern(s) tried: ['wiki/(?P[a-zA-Z0-9-_\\/]+)/diff/(?P[0-9a-f\\^]{4,40})\\.\\.(?P[0-9a-f\\^]{4,40})$'] ``` ![image](https://cloud.githubusercontent.com/assets/2355719/24705984/6e25e644-19e4-11e7-8fd4-b551f404be9f.png) URL: ``` https://sentry.io/?query=url%3A%22http%3A//www.python.org.ar/wiki/Trabajos/version/18fb2e0%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%255E%22 ```

``` MultipleObjectsReturned: get() returned more than one Attachment -- it returned 157! File "waliki/acl.py", line 63, in _wrapped_view return view_func(request, *args, **kwargs) File "waliki/attachments/views.py", line 40, in get_file attachment =...