Matthew B. Jones

Results 18 comments of Matthew B. Jones

@yazeed44 our project would like video support as well. Is there any progress on this? Would you be willing to accept a PR if we forked the project, added video...

Whenever there is a panic thrown during an HTTP request, memory spikes as Sentry prepares & submits its report. However, it doesn't look like that memory is ever freed: ![Image](https://github.com/user-attachments/assets/dcb64f1f-0180-48ba-86e8-e106177cb00b)...

Thanks @ermakov-oleg for creating this issue. I've seen some similar issues with our production deployment, where we have over 4,500+ idle TCP/HTTP connections after just a few days, assuming these...

After spending some more time looking at the code (specifically, the `0.4.0` tag), I've determined that some small tweaks can be made to make an improvement. Here's a commit that...

@ermakov-oleg I have a first-pass implementation of a fix over here #541

Not 100% sold on the flag name, wondering if `--skip-uncommitted-changes` would actually be better and more specific to what Kamal is actually doing.

> I like the idea, a couple of thoughts: > > * The `pre-build` hook template has a few checks if you enable it from the sample it checks for...

Hey @djmb, just wanted to touch base and see if you had any initial feedback? We've been using this version of Kamal the last few weeks, and it's already saved...

@djmb yeah, I wanted to avoid touching too many places with the introduction of the flag to revert back to previous behavior, but because I wasn't sure if some users...

My understanding is that although the CLI correctly filters `hosts`, the `Kamal::Commands::Accessory` object's `hosts` method delegates to `accessory_config.hosts` which is returning the unfiltered configuration hosts. When the `run_over_ssh` method is...