avatarofhope2

Results 4 comments of avatarofhope2

It looks to me like $dates was replaced with $casts, and so I resolved the issue by replacing it with this in my model class: `protected $casts = ['last_updated' =>...

I am using rawColumns, but it could be a security issue, if the column data could contain html/javascript, right? I'm trying to establish a difference between utf-8 and html when...

I appreciate the thought, but I tend to re-use these APIs for more than just datatables front-ends, so I'd prefer to get just the exact utf-8 data as-is, except if...

I currently store this information separately, and set it manually using this: ```python def update_fields_cache(self, jira_client): if self.fields is None: self.fields = {} fields = self.db.get_jira_fields() for field in fields:...