Matt Glaman

443 Followers
100 Following
483 Posts
What a week, it's felt so long yet I can't believe it's over. Another great #DrupalCon in the books. Got to see so many friends I haven't seen in years. Excited to come home tomorrow, though.

After the Driesnote, did you try out the Drupal CMS trial built with WebAssembly? Want to learn more? Come to my talk at 5:15 pm in Room 3 (129-130)

It's only a 20-minute slot, so we can talk more in the expo hall near the Acquia booth afterward. #drupalcon

YAY, I DID IT. Automatic login when starting Drupal in the WebAssembly runtime

- after installation, run another script that generates the session (install prints output, so headers sent error)
- dispatches message with session cookie
- captured by cgi worker for requests

In Safari on macOS is there ANY FASTER WAY to delete a site's data like Chromium browsers? Having to go to Settings -> Privacy -> search for `localhost` and click "remove" is painful

The #Drupal Starshot trial experience on WebAssembly is getting some UI progress enhancements!

TIL about leveraging Workers to avoid loading the main thread and preventing UI updates. Soon, installs will happen on a worker, allowing the UI to post progress updates.

Watch the livestream from some of the work done yesterday: https://www.twitch.tv/videos/2206337604

Check out the PR here https://github.com/mglaman/wasm-drupal/pull/68

Hacking on Drupal Starshot trial experience in WebAssembly - mglaman on Twitch

mglaman went live on Twitch. Catch up on their Software and Game Development VOD now.

Twitch
Happy weekend! The pool is clean and I'm sure Wisconsin weather will crap out on us. But time to kick back and finish Fog & Fireflies by @hestenet
A BoF was scheduled for Retrofit - room G131 at 3:3Opm! If you want to ask questions about Retrofit for your Drupal 7 upgrade, that's the place to be #DrupalCon
Room A106 at 9pm, come learn how Retrofit for Drupal can save you time upgrading from #Drupal 7 to 10 #DrupalCon

The picture doesn't do it justice, but this spot is my favorite at MKE, especially on a sunny morning like today.

Officially on my way to #DrupalCon, can't wait!

This needs to be a blog post, but here's an example of how smart_date can handle a deprecation in #Drupal 10.2 and keep `^9 || ^10` compatibility

MR https://git.drupalcode.org/project/smart_date/-/merge_requests/81

Blog about DeprecationHelper https://mglaman.dev/blog/writing-backward-compatible-deprecation-fixes-contributed-modules-will-be-much-easier-drupal

3409287: Deprecation in Drupal 10.2: Smart Date List Item allowed values must be passed as array (!81) · Merge requests · project / smart_date · GitLab

Closes #3409287

GitLab