Rob Marscher
Rob Marscher
The `\Distributor\Utils\prepare_meta()` function is used to put the post's meta into the `$meta` var. It uses the WP core function `maybe_unserialize()` to set the values to the unserialized version. `\Distributor\Utils\set_meta()`...
This project would benefit from automated tests that could automatically run against different versions of webpack. Need to look into techniques for doing that. Any suggestions are welcome. It looks...
It looks like I copied the webpack 1.x example from a webpack 2 beta example. I'm in the process of getting a real webpack 1 example working again.
### Current Behavior I started receiving import errors in a project after updating Tamagui that was trying to import the `Edit` icon from `@tamagui/lucide-icons`. I see there was an update...
The `String::insert()` was receiving an object in the `$data` argument which was causing a problem with `strtr()`. I started getting this after an upgrade to 5.4.19.
None of the configured color themes are currently in use. It makes sense to drop including them and instead let developers opt into including them. Note that a v3 of...
This does seem to get styles working with SSR pages. It's a bit unclear if tRPC is waiting for queries to run during SSR. They say they don't have a...
I forked the original project, added optimization steps to the build process and created a new wasm file. I also updated the argon2 crate dependency to the latest version. https://github.com/rmarscher/argon2-wasi/commit/7c1a79a939ed6311ec7229f11f973505cb6ffb9c
This reduced the output wasm file by 88%. https://rustwasm.github.io/docs/book/reference/code-size.html