Brian Henry
Brian Henry
I have a branch that I think fixes this. I'm not 100% confident in it yet. Every time I reinstall Donkey I seem to have to change something. But right...
This explains it (I haven’t tried to fix it): > SplFixedArray is now IteratorAggregate to support nested loops. https://markbakeruk.net/2020/11/17/under-the-radar-a-backwards-compatible-break-for-splfixedarray-in-php-8/
I was looking to write a sniff to enforce the conditional wrapping of `die()` or `exit`. The `wp_redirect` [filter](https://github.com/WordPress/WordPress/blob/4c265b66297074f09d66c17d9f14d11a5fffdb00/wp-includes/pluggable.php#L1374-L1382) allows returning `false` to [prevent the redirect](https://github.com/WordPress/WordPress/blob/4c265b66297074f09d66c17d9f14d11a5fffdb00/wp-includes/pluggable.php#L1394-L1396). In cases where `exit`...
The above changes worked to remove this issue's original "Failed to validate" error message, but I still got a new error: ``` [error]: Could not validate your Udacity token. Please...
I've been working on this more recently: [BrianHenryIE/UnmountVolumeAfterTimeMachine](https://github.com/BrianHenryIE/UnmountVolumeAfterTimeMachine)
For anyone who finds this, I managed to get something similar working with: ```typescript import { subscribe, select } from '@wordpress/data'; import { CART_STORE_KEY } from '@woocommerce/block-data'; import { extensionCartUpdate...
[xmrchain.net/api](https://xmrchain.net/api) has been offline a few weeks: https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/291
I added a Composer script to edit the `iso-currencies.php` file: ```json { "scripts": { "post-install-cmd": [ "@add-btc-to-brick-money" ], "post-update-cmd": [ "@add-btc-to-brick-money" ], "add-btc-to-brick-money": [ "sed -i '' \"s/return \\[/return \\[\\n...
This already exists, but the option is not visible while "_Require that users be logged in to submit tickets_" is checked. Visit `Settings`, `Tickets`, `Submission Settings`:`wp-admin/edit.php?post_type=kbs_ticket&page=kbs-settings&tab=tickets§ion=submit` Added January 2021: https://github.com/codemonkey-jack/kb-support/commit/96cd44cd191ba92587e05144ae81fa4c98e7cea3
@noplanman I forked Mozart, it's a little different but probably resolves your issue: http://github.com/brianhenryie/strauss