Michael Draper

Results 23 comments of Michael Draper

Thank you though, that was precisely what was wrong

I have the following code: div input(ng-model="new_event_start", ui-date="{ minDate: today, maxDate: new_event_end }", required,type="text",placeholder="Event Start Date",id="start_date") div input(ng-model="new_event_end", ui-date="{ minDate: new_event_start || today }", type="text",required,placeholder="Event End Date",id="end_date") I'm unable to...

No I never did get it to work, had to change the design

``` async with db.transaction() as tx_root: conn = tx_root.connection tx = await conn.transaction() try: people.hr["applications"].append(gapp) await tx.commit() except Exception: await tx.rollback() ```

My plan is to manage the queue in a separate system, and then I can control and diagnose each send. Use something like kafka or other system to queue up...

The instruction says to **Fork the repo** This is to ensure that any personalization you perform can easily be pushed to your own repo and then your configuration remains portable

The plugin is useless for me, no gamma settings are available :(

@Fierce19 What is the command button on the controller and what screen do you hit it on? Can you give me precise steps to see the gamma settings?

``` $timeout(function() { ionicMaterialMotion.fadeSlideIn({ selector: '.animate-fade-slide-in .item' }); }, 200); ``` ^ Full of Win.

I would love this too. I'm having a very weird problem with my code, and I've been tackling it for hours. It would be nice to have some hand-holding, as...