Tim MacDonald

Results 167 comments of Tim MacDonald

I've removed the first-party support for restoring the auth user on the queue. Although I still think this would be a great first-party feature, it was becoming a lot to...

In the Vite configuration.

Gonna close this unless we can get a reproduction repo.

It would be nice if we could, like we can with the HTTP client, enforce that processes must be faked throughout the entire testsuite. For example, the following test fails......

I like both "singleton" and "singular" as it is already an establish term for this in other frameworks. Introducing another name for it seems like fragmenting again. I feel this...

@g4b0 can you instead use `Bus::dispatch(new Job());` and just not touch then pending dispatch side of things?

Just opened a PR to address this: https://github.com/calcinai/xero-php/pull/560

Think it might just be that you are still trying to get the website off the `$contact` variable and not the `$fresh` variable. ```diff $contact = $xero->loadByGUID(Contact::class, 'GUID'); echo $contact->getWebsite();...

Ahh, dang - it's never that easy haha. So call me crazy, but the docs show that you can get the website, but not update it via the API -...

Can you try creating a new contact with a website and see if the website is added to the contact?