Kevin Goslar
Kevin Goslar
https://github.com/Originate/dbg-exchange-poc * Update to latest exopshere * change the message format to plain English.
authentication service, session service, frontend bridge service
The binary in v6.0.0 doesn't really work due to ESM issues that haven't been resolved in Node for a while. As a working example you could look at how the...
https://github.com/web-infra-dev/oxc
When viewing the branches, `git town switch` should display an indicator like this: - `m` = main branch - `p` = perennial branch - `f` = feature branch - `o`...
Git Town's sync capabilities are a great fit for most developers. This ticket outlines support for important edge cases where one doesn't want to sync everything all the time. The...
The undo functionality only makes sense if it works consistently across all Git Town commands. - [x] undo syncing branches Right now syncing branches silently don't undo. This was okay...
struct definition: ``` type Foo struct { Beta int Alpha int } ``` currently passes ``` a := &Foo{ Beta: 2, Alpha: 1, } ``` currently passes
Does it make sense to name stacks? ## set stack name On a branch in the stack: ``` git town stack snapshot-skip ``` Now the stack that the current branch...