Josh Bleecher Snyder

Results 106 issues of Josh Bleecher Snyder

Many package paths are long. To ease typing, I suggest either/both of: * add `gohack list`, which will emit all package paths in the module, for easy copy/paste * add...

I find myself popping back and forth *a lot* between working on my current project and working on its dependencies. The most painful part of this is currently when I've...

Feature request: It'd be handy to have submodules be automatically inited and updated. (Perhaps only with a flag passed?)

I run noti on multiple machines. I'd like to be able to set an envvar that sets a default title or message prefix or suffix to help disambiguate the source...

enhancement

Suppose I have NOTI_DEFAULT="banner pushover". If I then run `noti -o`, I would like no pushover notification; that is, -o should toggle whatever NOTI_DEFAULT has. Without this, short of the...

enhancement

There's no indication of the units for maxLate. It's not clear what an rtp.Depacketizer is or what a standard one might look like. What is the byte slice arg and...

documentation

**Is your feature request related to a problem? Please describe.** When a (local, under development) migration fails, it is difficult to unwind. It is a two step process: - Figure...

e.g. gogrep 5 should match `2+3` and also the first part of `5+7`.

I’d love a source code rewriter that ports existing tests to quicktest. Could start with just the low-hanging fruit, the obvious cases. Bonus for also rewriting from testify. :) With...

enhancement

### Version 1.14.0 ### What happened? #1485 improved handling of nullable fields with enum type. This is good. But please consider adding a flag to opt out per-field. This is...