web-programmer-here
web-programmer-here
I want to use this wrapper but how can I use the luxon docs formatting in vue templates? like this one: (https://github.com/moment/luxon/blob/master/docs/formatting.md) ``` DateTime.fromISO('2014-08-06T13:07:04.054').toFormat('yyyy LLL dd'); //=> '2014 Aug 06'...
@jasonbahl I am trying to pass multiple values for the same key but cannot get any posts back ```graphql metaArray: [ { key: "some_key", value: ["some_value", "some_other_value"], compare: EXIST }...
The password is successfully changed when setting the password but the message is never displayed: https://github.com/kellenmace/headless-wordpress-authentication-native-cookies/blob/1f288e7ac34bfc08928b15f83fcc14c4b68f223f/components/SetPasswordForm.tsx#L71 I think the issue is here which is always false: ``` const wasPasswordReset =...