mildmojo

Results 25 comments of mildmojo

> If you add "--dbpath" or set ".storage.dbPath" in a specified "--config" file, that value will be respected. I ended up using this, but it means I have to make...

> If you're building an image with the data pre-seeded, you can combat that by setting CMD: Yeah, this is the approach aparamon outlined, and it's the strategy I'm currently...

> For the original use case, an init container would serve this much better. This could work for some users. It seems best used with strong orchestration (e.g. docker compose)...

In my case, my script needs to fetch separate credentials for two profiles, so I call `okta-awscli` twice. Since every `okta-awscli` run rewrites the `[default]` profile credentials unconditionally, the last...

I, too, was very surprised there's no way to hook into a rollback event. I have an app that needs to tell a CDN to invalidate its cache on every...

> My advice would be to migrate the hooks to sync waves. It's been 5 years. @AndresPinerosZen Unfortunately, sync waves can't trigger jobs, they only determine the order that resources...

This looks like the upstream issue: https://github.com/jupyterlab/jupyterlab-git/issues/1261 Sounds like the `pexpect` package needs to be updated to at least v4.9.0 to support Python 3.11. When I encountered this problem in...

I'd love to see these changes merged; I have a case where babel 7 isn't transpiling a few of my dependencies, and this package fixes it if I use the...

I couldn't figure out what component powers the note editor, but maybe this issue is related to this [2-year-old React Native bug](https://github.com/facebook/react-native/issues/24129)?

I can reproduce this bug manually. Basic reproduction steps with awscli: ```yaml # Find an image, copy the digest aws ecr list-images --repository-name $REPO # Get image details by digest,...