Billy Noah

Results 15 issues of Billy Noah

I have some emails that come in with a pattern like: ``` From: NAME Sent: blah blah blah ``` These don't match the regex `/^\s*(From\s?:.+\s?(\[|))/` because they lack the ``...

When I try to align selections which contain tabbed white space it doesn't align properly. Only workaround I could find was to convert all tabs to spaces first. Is there...

Prevent log from failing when $data contains NaN or Inf values

I'm having an issue that only seems to arise when a custom path is set. After uploading a new file, the thumb is visible and everything appears fine. But when...

connector

I recently updated to PHP 7.3 and mpdf version 8.0.0 and am now encountering 3 errors I haven't seen before: ``` PHP Notice: Undefined index: lineBox in vendor/mpdf/mpdf/src/Mpdf.php on line...

bug/fix
notices-warnings
research needed

I ave a script that is iterating over a message list and doing something like this to a message in Gmail: ``` $message->markAsSeen(); $message->move($this->mailboxes['[Gmail]/All Mail']); echo 'Moving "' . $message->getSubject()...

question
wontfix

### Description: `pageVisited()` API method fires on page load but throw a TypeError since `rid` is not defined if there is not yet an existing chat. ``` hooks.js:37 Uncaught TypeError:...

feat: omnichannel
bug

**Describe the bug** I have a daily cron job that iterates over our production databases and dumps each one. Once every few days, we get a segmentation fault seemingly at...

bug

This pull request includes a - [x] Bug fix The following changes were made Validate placeholder type as an `object` instead of checking if it is a `string`. This fixes...

Seems something is passing an array to LoggerBase which is not handled by the code. Running a query results in a logger error: ``` $service->Query('SELECT * FROM SalesReceipt'); PHP Notice:...