Jonathan Arias

Results 47 comments of Jonathan Arias

With a Youtube video I managed to do it with: `player.embed.seekTo(time)`

Same problem here. I have a bootstrap modal with two select2 elements and jqBootstrapValidation, when the form is submitted validation doesn't work. I've tried your suggestions and nothing work.

Same issue here.

I have the same question, I want my form to be separated in steps, but dont want the titles or step numbers be shown.

@SimonFricker What did you do?

I've added the following CSS in my .vue file: ``` /deep/ .vue-form-wizard { .wizard-header { display: none; } ul.wizard-nav-pills, .wizard-progress-with-circle { display: none !important; } } ``` I hope it...

@SimonFricker Then, Explain us what is the correct way.

@benoitguigal Thanks to your answer I've been able to import the module, but how to print after instantiate? I'm trying: ` printer = epsonprinter(0x04b8, 0x0202)` ` printer.print_text("Hello")` But it shows...

Flask-Security has something interesesting, and it is that if I create an user directly in DB with no hashed password, and then I try to log in, automatically hashes it....

Any progress with this? I'm having the same issue.