Mike iLL Kilmer

Results 34 comments of Mike iLL Kilmer

For me the data persists. Oh, I was thinking you meant when you stop containers. When you actually destroy them. This looks like a good addition.

I too am wishing for this feature.

For some reason I'm getting error `TypeError: Object # has no method 'sendFile' at Object.handle` when I try either of the above methods.

Ah. Had an older of express installed (maybe based on the package.json file from repository. [Express docs](http://expressjs.com/4x/api.html#application) Note: res.sendFile requires Express version to be at least 4.8.0

Came across this issue on `v4.4.0` on osX `v12.3.1` Monterey and was able to solve by: 1. In Quodlibet > Preferences > Library: Remove external drive directory 2. Rescan the...

If I understand you correctly, it's right in the [docs](https://carbonfields.net/docs/carbon-fields-quickstart-2/?crb_version=2-2-0). Something like this: ``` use Carbon_Fields\Container; use Carbon_Fields\Field; add_action( 'plugins_loaded', function(){ add_action( 'carbon_fields_register_fields', __NAMESPACE__ . '\crb_attach_theme_options' ); add_action( 'after_setup_theme', __NAMESPACE__...

If you're doing it in a plugin, I think you want to do it at `admin_init` or maybe `plugins_loaded` but not sure. What error are you seeing when you run...

Love it! > > ```shell > # copy from local to remote > trellis copy production source/uploads {site}/shared/uploads > > I'd prefer just one top-level command with the best default....

> ```shell > trellis rsync push [--sync] > trellis rsync pull [--sync] > ``` I may be missing the obvious, but if we are talking about sharing data between B...

You should probably share your code.