Patrick Collins

Results 10 comments of Patrick Collins

A related improvement that would accomplish this as a side effect would be diffing between two commits in the remote repo; the newest and the one matching the version of...

I might do this; first time working with go though. Looks like the relevant code is in showPkgbuildDiffs in install.go; anything I should know, @Morganamilo? (I don't see any contribution...

Thinking about it more, can it be argued that that information could belong in the config folder? I think it would make sense, from the perspective of "these are the...

@Jguer @Morganamilo Thoughts? I don't want to move forward in that direction without approval; it'll impact how I design the implementation.

@Morganamilo very good points, I'll try to better explain the perspective. > if it is deleted then it's a minor inconvenience The 'arch-way'* is to read all PKGBUILDs before installing...

Another point would be to think about what the concept of "cache" is. Clearing a cache should normally not meaningfully impact the behavior of a program. Generally it only impacts...

Got a new job, still settling in. It's on my radar, but somewhere after buying furniture etc. The issue of handling manual modifications made it more complicated; as did figuring...

While this is being considered; I'd like to chime in with a use case that is greatly harmed by sanitization; so a toggle of some sort might be considered. When...

Actually I think `values_maps` would be better as `values_map`; a single `map`. Users can trivially merge the maps themselves, and the diffs will be even more concise and meaningful.

This appears to be blocked by relatively fundamental limitations on Terraform's handling of maps with mixed types.