Jorge Ramírez

Results 5 comments of Jorge Ramírez

I like webpack too, I was just curious if there is a "dumb" wrapper that allows us to ship it with pip. But, for me is totally okay to assume...

Opciones que encontré (google unos minutos nada más): * https://github.com/dangrossman/daterangepicker (requiere jQuery) * https://github.com/wakirin/litepicker/ (no tiene dependencias) * https://creativebulma.net/product/calendar/demo La primera opción tiene esos rangos que menciona @diosnelv. La segunda...

Yo agregué un DatePicker [acá](https://github.com/melizeche/ayudapy/blob/dev/static/scripts/requests-linechart.js#L28). Se puede extraer en un archivo `date-picker.js` como para que se pueda reutilizar.

@melizeche thanks! I haven't tested it yet. But you could try using `shutil` package to discover the path to terser in a cross-platform way. For example ```python import shutil print(shutil.which("yuglify"))...

@melizeche it works like a charm, though I used @juanhuttemann fix. I guess if you update the PR with his suggestion is good to go 👌