Daniel Nephin

Results 312 comments of Daniel Nephin

That's weird, I deleted the base branch and instead of re-targeting `main` it closed this PR and won't let me re-open or retarget it. Edit: ok, I was able to...

I think we've fixed the bug here, so I'm going to close this issue. If there's something I've missed please do leave a comment and I can re-open it. Thanks!

I think I'll give it a try sometime in the next few weeks.

It sounds like you might be asking about this: http://securesocial.ws/guide/views-customization.html

#55976 was closed as a duplicate of this issue, but this one seems to be stuck in the backlog. Can we turn this into a proposal? Moving my comment here...

Initially I'd want to enable it only for production code (not tests), to limit the number of changes required to get it enabled. Something like this: ```yaml issues: exclude-rules: -...

Nice bug report! I'm just learning the code as well, but I may have an idea about this problem. https://github.com/ServiceWeaver/weaver/blob/35727ae307c392d27cadfbf5302d56a3e76977ab/internal/tool/ssh/deploy.go#L181-L186 I believe the `serverweaver_metric` struct tag on line 182 is...

In previous versions there was no error, but they were being ignored. The swarm mode mount definition does not support these flags. We could continue to ignore them, and warn...

@cpuguy83 `:z` is different from a "dockers label" right? I see they're both being called "volume labels", but I thought they were different things. I think `VolumeOptions` only has "docker...