Marco Bettiolo
Marco Bettiolo
Let's think of use cases: - To run a service, I will do 'bosco cdn' in the folder and no watch will be executed. - To develop I will be...
Interesting... To run an app I do: - Terminal 1: To get al dependencies running: `bosco run -d`. I wait for it to finish - Terminal 1: To get the...
👍👍👍👍 Dumb CDN + hot reload via webpack... but we cannot currently do it because of how assets are served I believe? What would we need to change to enable...
cluster should have a sane retry policy that would not respawn every millisecond a service forever?
10 is OK, infinite is bad.
:+1: This would be the killer feature for me.
@DeLonge This is not a valid syntax: ``` { filter[orderby]: 'meta_value_num', } ``` I cannot help you with specific examples for woocommerce. You need to consider that the `parameter` object...
Thank you very much for the PR! It would be great if you could add some tests as well. Would you be able to do so? The documentation looks great!
@tyteen4a03 The library generates the signature, it does not generate a full header, you should just pass to the API the `oauth_verifier` header by yourself: https://github.com/bettiolo/oauth-signature-js#example
@zhangtreefish that should be just an example?