Tieg Zaharia

Results 13 issues of Tieg Zaharia

Namely in the magic columns, there are some counter increments that are done as validations. It'd be nice to refactor these to be callbacks instead.

Reducing some dependence on ES by removing these endpoints: * Repositories#search * Api::Repositories#search (the views were removed a while back in https://github.com/librariesio/libraries.io/pull/2827)

Hi, I noticed that the spf13/pflag dependency hasn't been bumped in 2+ years and the PRs are piling up over there. Is cobra trying to move away from it eventually,...

Hello, Go Modules has been out for a few years and many packages have adopted it now. Here are some suggestions for updating the platform-specific instructions for golang: * remove...

these changes take a cold update of `npm/gatsby` from 67 sec to 34 sec for me locally (down from 83 min originally, before https://github.com/librariesio/libraries.io/pull/3267) * replace VersionUpdater with BulkVersionUpdater, which...

* `github.com/alecthomas/gometalinter` is [archived and deprecated](https://github.com/alecthomas/gometalinter), so this switches over to the current community favorite `github.com/golangci/golangci-lint` * remove the code coverage dep, as that code is [in the golang source...

This adds the ability to remove a Flag from a FlagSet, e.g. `flagSet.RemoveFlag("my-flag")` My end-goal is to allow cobra commands to opt-out of PersistentFlags() that they inherit. Please LMK if...

There were a bunch of fixes in 2021 that were never officially released, so this does the official version bump to 0.2.1: https://github.com/piotrmurach/strings-ansi/compare/v0.2.0...HEAD Fixes https://github.com/piotrmurach/strings/issues/21 , which was fixed in...

### WHAT - lazy load `Kumquat.logger`, instead of initializing it on boot. ### WHY Some server types might not need the logger. This reduces the file handles that are open...