dezertdezine

Results 4 issues of dezertdezine

When doing a refill on a card with a call like: `curl -u user:pass -H "Content-Type:application/json" -X POST -d '{"credit": 1}' http://11.11.111.11:8008/custom_api/refill/1` ...the **date** columns for **cc_logpayment** and **cc_logrefill** are...

I'm currently doing this: ``` $posted_data['telephone'] = '123456789'; $where['OR'] = [ 'telephone_office[~]' => $posted_data['telephone'], 'telephone_mobile[~]' => $posted_data['telephone'], 'telephone_home[~]' => $posted_data['telephone'], ]; ``` ...which results in this: ``` WHERE ( (`telephone_office`...

Adding ignore_errors => true to stream_context_create $options to be able to see error responses

### Microsoft PowerToys version 0.90.1 ### Installation method PowerToys auto-update ### Area(s) with issue? Awake ### Steps to reproduce ### Description: On Windows 10, I have a shortcut pinned to...

Issue-Bug
Needs-Triage