Rohit Mistry
Rohit Mistry
Currently working with a non-ideal workaround below: ```Starlark # Intercept Tilt resource naming and also apply labels to resources def apply_resource_labels(id): # Set the TILT_RESOURCE environment variable # This allows...
FWIW: I added a [few more functions](https://github.com/rrmistry/tilt-mcp?tab=readme-ov-file#available-mcp-capabilities) to @aryan-agrawal-glean 's [tilt-mcp](https://github.com/aryan-agrawal-glean/tilt-mcp) project and dockerized the MCP server. It is also currently using the latest MCP SDK and specs. Example `.mcp.json`...
Because I've been fighting with setup issues and haven't managed to get it going yet.  Besides, our company hosting is containerized. And having a self-hosted AI agent is key...
> I didn't know much about dev container but I'm pretty sure LLamaSharp can be integrated into a docker container (CPU or CUDA). Could you please tell more about why...
Eventually got this working by copying `~/.config/containers/auth.json` to `~/.docker/config.json`. Not ideal and would like a reasonable solution.
Might be related to https://github.com/k3d-io/k3d/issues/1538
For what it is worth: [`podman build --cache-to="..."`](https://docs.podman.io/en/latest/markdown/podman-build.1.html#cache-to-image) will push to remote registry cache on each successful build stage completion (making it independent of whether the end result is success...
@salotz , The proposal would look like this: _(Taking the example from the proposal message above)_ ```sh # The key is leveraging the "spf13/viper" library to interpret "values" from various...
> Something I learned recently, and may be helpful in some cases, is that you can use [scoop](https://scoop.sh) to install Podman without being an Admin. Tried this. Downloading podman was...
> If you have it handy, it would be helpful to share the error message. This is when I don't have admin rights to install WSL (and its dependency "Virtual...