Mike iLL Kilmer

Results 34 comments of Mike iLL Kilmer

@danodm that makes sense, but I sure wish you were in the mood to show an example of a solution. : ). Will share whatever I come up with... once...

@jelewis8 Here's what I have come up with ``` $('.info-popup').on('click', function() { var unique_id = $(this).data('unique_id'); return $(this).modaal({ after_open: function(ev){ console.log(unique_id); }, start_open: true }); }); ``` What I'm doing...

@jelewis8 I think the cleverness is on behalf of the creators of Javascript (and, I guess jQuery). I think this is actually a really common (unless it's wrong) way of...

I'm confused about how to install this using Mozart. This is my `composer.json` file: ``` #abbreviated "type": "wordpress-plugin", "require": { "php": ">=7.1", "composer/installers": "~1.0", "gamajo/template-loader": "dev-master" }, "autoload": { "psr-4":...

Does seem like it could be useful.

> I think this should be reopened > To be fair, though, this is already a fairly complex ecosystem to maintain.

Been using [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/), which is dockerized and a pretty sweet package.

Looks like it is at least possible in theory: https://stackoverflow.com/a/49182456/2223106

I'm trying to add a song to a playlist, which I see could be done by manually editing the `~/.quodlibet/playlists/CoolPlaylist.xspf` file (or using VLC). I'm probably missing something obvious here,...

This has been making me very happy so far. Worth updating my OSX to Ventura for. One thing to note, unless I missed a Trellis-cli upgrade, `trellis ssh development` is...