Brian

Results 29 comments of Brian

haha - sorry about the sparse ticket details - will update now.

So I got it working after all :) I used these options in config.txt: ``` hdmi_cvt=1080 1080 60 1 0 0 0 hdmi_group=2 hdmi_mode=87 hdmi_drive=2 ``` Of course that's configuring...

here: ``` import {Injectable} from "@angular/core"; import {Observable} from "rxjs/Observable"; import {Subscription} from "rxjs/Subscription"; import {interval} from 'rxjs/observable/interval' import {timer} from 'rxjs/observable/timer' import {delayWhen, distinctUntilChanged, flatMap, map, retryWhen, share, switchMap,...

@devyaz - no On Sat, Sep 22, 2018, 2:16 AM devyaz wrote: > @briandilley how about a vanilla js > example > > — > You are receiving this because...

Weird, we use this quite often at Flipagram. I'll take a look.... Can you post your config? On Dec 16, 2014 9:50 AM, "Jose Diaz-Gonzalez" [email protected] wrote: > Seems the...

What command are you running On Jan 2, 2015 1:12 PM, "Jose Diaz-Gonzalez" [email protected] wrote: > If it helps, I can share the app I'm attempting to deploy :) >...

I've update my constraint to be more complete, but I still have the problem of solutions coming about that violate this constraint: ``` @Override public ConstraintsStatus fulfilled( JobInsertionContext iFacts, TourActivity...

I've now narrowed it down to this and it's at about ~2% failure rate: ``` @Override public ConstraintsStatus fulfilled( JobInsertionContext iFacts, TourActivity prevAct, TourActivity newAct, TourActivity nextAct, double prevActDepTime) {...