Tyler Rhodes

Results 9 issues of Tyler Rhodes

For whatever reason, nothing boots. Need to investigate a bit more.

See the 'overlays' demo for an example

Great work on cachetastic! I just want to use a simple memory cache, but as of now, I have to install mongoid as well, because cachetastic dies with this stacktrace:...

Anecdotally, I've seen some weird interactions when running more than one Polly-powered tests in a single runner (but maybe multi-threaded?). This seemed to fix it, though I'm not 100% sure...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When running a simple test in jest (spin up an application...

bug
needs triage

This supports outputting _all_ k8s templates into stdout (rather than just the workflowtemplate one via --only-json). Fixes #1940, #1730

As defined here: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes This would allow a single step to have a dynamically attached "ephemeral volume" dedicated to itself (rather than a pvc which needs to be created before...

With the `metaflow-card-html` package, we're seeing the following error: ``` .../metaflow/extension_support/__init__.py", line 414, in _get_extension_packages for f in dist.files: TypeError: 'NoneType' object is not iterable ``` Turns out [`Distribution.files` can...