Zoey Greer
Zoey Greer
### Description of Changes This adds a `g:NERDTreeSplexMode` boolean setting that, when activated, causes NERDTree to [act as split explorer-style file browser instead of a project drawer](http://vimcasts.org/blog/2013/01/oil-and-vinegar-split-windows-and-project-drawer/). ### Motivation for...
Flagz
Use monaco editor to view, modify, and submit flag yaml. --- **Version bump**: TODO
If the initial insert fails when registering an invocation attempt, nothing is or needs to be locked, and the insert has had no effects to roll back, thus it does...
If a single query fails, it does not need to be rolled back, so there is no reason to surround it with a transaction. **Related issues**: N/A
Non-locking reads have no effects to rollback and do not lock rows for future queries, and thus are superfluous to include at the beginning of a transaction. This reduces some...
wip
Work in progress. This is an attempt to add a hermetic bazel cc toolchain leveraging [cosmopolitan](https://github.com/jart/cosmopolitan). It would allow us to remove our dependency on zig when doing static builds...
Upgrades AWS go SDK to v2 and tink to v2 for kms. Pipes context through some functions to use in the kms. **Related issues**: N/A
Don't continue to persist the timing profile in the cache after it has been stored in blobstore, as it would be redundant and use up cache that could be devoted...
The API call GeneralUpdate is currently untested and making iRODS into an interface for directly changing its underlying catalog seems like an anti-pattern. Can we remove this call without complaint?
## Explain your user case and expected results I would like table aliases to function. Specifically, I want to use `db.Clauses(clause.Insert{Table: clause.Table{Name: "Users", Alias: "u"}}).Create(&User{})` and have the resulting SQL...