IntellectProductions

Results 8 issues of IntellectProductions

This only makes sense.. here is the code in the object: ``` php public function get_events($start, $end) { $this->setup(); $FindItem->Traversal = "Shallow"; $FindItem->ItemShape->BaseShape = "IdOnly"; $FindItem->ParentFolderIds->DistinguishedFolderId->Id = "calendar"; if($this->delegate !=...

I keep getting this error: ErrorException Illegal string offset 'hex' It's line 1418 in thujohn\pdf\src\Thujohn\Pdf\dompdf\include\style.cls.php Is this an error within the package? I'm using it the way he has it...

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

enhancement
good first issue

Is there a quick way for the user to select a year instead of having to navigate by one single month to skip ahead 5 years? And without typing it...

This is what my rules are in my model that is extending a package that extends Ardent: ``` public static $rules = array( 'email' => 'required|unique:users|email|max:100', 'password' => 'sometimes|required|confirmed', 'password_confirmation'...

So this is my current dilemna: http://jsfiddle.net/59yp3r4h/ If you look at the Fiddle, the height gets cut off (line 81 in the javascript). If you hit run, it gets it...

Is there anyway to pass a parameter to the action hooks on this component? Right now, I have this: ``` js {{bootstrap-datepicker value=model.purchase_date format='mm/dd/yyyy' name='purchase_date' class='form-control' id='purchase_date' changeDate='calculateNextAppt'}} ``` But...

I see that it adds a class when you want a certain color, but is there anyway to let the user choose their own color? So it adds inline-style versus...