Matthew

Results 21 issues of Matthew

This is based on the python virtualenv auto-workon cwd hook. It isn't *perfect*: if you change your .nvmrc file it will not pick up the change until you cwd outside...

Feature

Allows multiple trim prefixes to be specified, separated by comma.

Created this issue to track. This was fixed in commit fe6c2c976e3891dcb8d48a6f0cf69d77c68c89c1 and needs to be merged into the v2 branch.

bug
help wanted

Adds relatable methods: ```swift func equalToSuperviewMargins() -> ConstraintMakerEditable func equalToSuperviewSafeArea() -> ConstraintMakerEditable func lessThanOrEqualToSuperviewMargins() -> ConstraintMakerEditable func lessThanOrEqualToSuperviewSafeArea() -> ConstraintMakerEditable func greaterThanOrEqualToSuperviewMargins() -> ConstraintMakerEditable func greaterThanOrEqualToSuperviewSafeArea() -> ConstraintMakerEditable ```

Currently we loop through all go files, grep to see if `"^// Code generated .* DO NOT EDIT\.$"` matches, and skip those files when applying goimports-reviser. An option to avoid...

Hi, I'm currently using a chunk of mtail as a replacement for [hpcloud/tail](https://github.com/hpcloud/tail). I was previously pulling google/mtail/[tailer,watcher,logline], but with the latest changes on master this isn't possible anymore. I...

enhancement
process

I define my go package names via opt: `Mpath/to/file.proto=full.path.to/go/module;pkgname` This works for protoc-gen-go and grpc/grpc-gateway codegens but not validate: Example here: https://github.com/sgtsquiggs/validate-package-name-error Specifically [this file](https://github.com/sgtsquiggs/validate-package-name-error/blob/main/gen/go/testsvc/test/v1/enums.pb.validate.go) should have the package name...

Bug
Question
Go

Adds support to `sorin` for ruby-info and python-info. Pull down information asynchronously and presents as part of `RPROMPT`. ![squiggs screenshot](http://i.imgur.com/w2ein8H.png)

Feature

**Describe the bug** In rtx, `.rtx.toml` had priority over `.tool-versions` files. In mise, `.tool-versions` seems to have priority. **To Reproduce** Have .rtx.toml file: ```toml [tools] sqlc = "1.21.0" ``` Have...

bug

Came across this while writing unit tests to assert I was configuring a client properly. Wrong assumption made at [pkg/kgo/client.go#L239-L243](https://github.com/twmb/franz-go/blob/master/pkg/kgo/client.go#L239-L243): ```go case namefn(WithLogger): if cfg.logger != nil { return []any{cfg.logger.(*wrappedLogger).inner}...

bug