mglaman.eth | [email protected]
| Blog | https://mglaman.dev/ |
| GitHub | https://github.com/mglaman |
| https://twitter.com/nmdmatt | |
| Twitch | https://twitch.tv/mglaman |
mglaman.eth | [email protected]
| Blog | https://mglaman.dev/ |
| GitHub | https://github.com/mglaman |
| https://twitter.com/nmdmatt | |
| Twitch | https://twitch.tv/mglaman |
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
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
mglaman went live on Twitch. Catch up on their Software and Game Development VOD now.
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