José Carlos Marquetti Junior
José Carlos Marquetti Junior
You should take a look at lines [64](https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration/blob/master/wc-gc-integration.gs#L64) and [66](https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration/blob/master/wc-gc-integration.gs#L66) and change that to what you need
I managed to fix this by doing a loop for all the pages. Before `Logger.log(result.getResponseCode())` I added this: ``` var headers = result.getAllHeaders(); var total_pages = headers['x-wp-totalpages']; var pages_count =...
> It looks good but I can't seem to get this to work, would you be able to show the full script? I changed a bit the columns order/logic to...
I think that it wouldn't be that hard, plus it would do ground work for more theme customization. Since `theme.json` is available it would make it a lot easier to...
I've did a bit of research and got a working prototype: - It uses an external tool https://github.com/sabberworm/PHP-CSS-Parser `composer require sabberworm/php-css-parser` to add the library - After the SCSS Compiler...
Now that `theme.json` evolved a bit I think it's a good time to revive this. After refactoring, instead of just the palette, it now also loads font families and set...
> Can you fork the theme and create a working example to test? I forked it [here and in this branch](https://github.com/iwasthesword/bootscore/tree/theme-json) is the working prototype. I tested it with child...
> * @iwasthesword are you able to maintain this part in the long-therm? Yes, I can maintain this in the long term.
I think it's best too. I will soon start working on adding the 'last modified' check so it doesn't fire every load and polish the code bit and prepare for...
I support this PR, awesome feature to have. A few changes I had to made to get it working for me ([fork with the changes](https://github.com/iwasthesword/yt-whisper/tree/transcribe-local-files)): - Revert [this change](https://github.com/m1guelpf/yt-whisper/pull/28/commits/c8487a0c55dda3bcd208c97360867d5c4fd68d10#diff-45bec21c01438b045c4e98e822e1f6def41c40982e4218be668879a64b7cbee8L7) as...