In the WordPress space we have three notable examples of monorepos: Gutenberg for JS packages, Jetpack, and Performance Lab for isolated plugins. Are there any other monorepos that you’re aware of?
What do you use for compressing videos and normalizing audio? I'm looking for a simple app that does it all based on sane defaults or custom profiles. My target user (wife) doesn't want to remember to configure anything.
Did you know there used to be a GitHub mirror of all WP-org hosted plugins maintained by Bluehost, but the project was archived earlier in March of this year https://github.com/bluehost/pluginmirror
Built this bench for a local cold plunge spot as a weekend project with the kids. Really happy with the wider top — it makes the seating more comfortable and provides more space for the gear.
I have this #homelab mystery with an Ubuntu Wireguard client behind a #mikrotik LTE internet which disconnects and never re-connects whenever the Mikrotik router looses its ISP DHCP lease. The PersistentKeepalive is configured everywhere. Worth noting that the Mikrotik is a member of the same Wireguard network and that connection is not impacted.
It’s not exactly clear to me why the WordPress Foundation donated 100k of its own donations to a non-WP organization like Internet Archive? If people wanted to donate to IA, they would do it directly. Why not to any kind of WP initiative? https://wordpressfoundation.org/news/2024/meeting-minutes/
During my research for the @wpelevator domain name I created list of various WP brand ideas. Here are two more domains that are still available — UncoverWP-com and UnwrapWP-com. Feel free to use them for your project!
Today I learned that the GitHub Checkout actions sets the http.[..].extraheader config flag which silently applies to all git commands and prevents the use of any other tokens. Even with all my effort to isolate the CI tasks from the runner environment, this one config leaked through…
Just finished writing an email summary of all the content I've been posting on socials over the past few days. Go to https://wpelevator.com to subscribe!
Tried Windows for gaming — Xbox controllers randomly stop connecting, windows update in the background makes everything slow. Launch Steam which launches EA launcher which maybe self updates and asks to login again. Whaaaat?
Let’s all recognize the value of https://WPackagist.org giving us WP-org zips via Composer. Most enterprise projects either use it directly or through a private packagist middleware.
The new WP-org plugin submission checker now restricts headers that allow updates from GitHub and other third-party sources! Here is the pull request introducing the change: https://github.com/WordPress/plugin-check/issues/669
The patch applied to SCF simply clears out the $_REQUEST global variable that would be available to any such callback function like it already did with $_POST variable before the change.