Edygar de Lima Oliveira

Results 15 comments of Edygar de Lima Oliveira

It's related to the scenario presented [here](https://github.com/WP-API/node-wpapi/issues/211#issuecomment-241889196). For now, my middleware receives the WPRequest instance and the method to call: ``` js dispatch(wp(api.posts().id(2).revisions()), 'get') ``` So its mission is to...

> To restate to see if I understand: you're looking for a unique cache key for the request? What if you rendered the URI to a string and stored that?...

Just so you know, I just published the [very first version](https://github.com/log-oscon/redux-wpapi/) of the lib. This current issue was poorly addressed [here](https://github.com/log-oscon/redux-wpapi/blob/master/src/ReduxWPAPI.js#L65-L91). `getIndexes` should grab any useful information for finding an...

It's actually related to Monteray as far as I could see, I have it not throwing these exceptions in the version: ```PHP 7.3.29-to-be-removed-in-future-macOS (cli) (built: Sep 6 2021 05:14:39) (...

It's because you probably didn't append the client secret (note the `:`): ```slack --add-client UNIQUE_CODE:CLIENT_SECRET```

The `oauth.access` command is returning, `{"ok":false,"error":"invalid_auth"}`. As [per doc](https://api.slack.com/methods/auth.test#errors): | invalid_auth | Some aspect of authentication cannot be validated. Either the provided token is invalid or the request originates from...

Strange, which version of `node-wpapi` are you using? Normally, it bootstraps with default routes of WP API, which includes `posts`. Could you console.log the api object you are receiving?

That’s the thing, by the time useMachine starts, the condition would be true if it was ever tested, but it never is. My complain here is: the only way to...

That’s indeed what I expect, but look at the inner states of active. The specialCond is met at the time restoration happens but it is never called. This scenario is...

@Andarist I think I own a better contextualisation then. I think it's easier by visualising a state machine: https://stately.ai/registry/editor/142ec8ee-0736-4044-91fa-d3c613304225?machineId=401a5b28-0ced-4c79-9422-1021ed6e141e So, my idea for the server-side execution is run the state...