Dale Bustad
Dale Bustad
There are cases where rendering in the browser produces VDOM that omits a `className` that was included during SSR. In these cases, hydration should fail with a warning. However, at...
This introduces a new compiler to the `@lwc` namespace. Today, there is a single compiler that generates per-component artifacts; these artifacts are invoked whether you're running against `@lwc/engine-dom` or `@lwc/engine-server`....
Complex template expressions are being shipped behind an experimental compiler flag: `experimentalComplexExpressions`. The non-experimental implementation is unchanged, requiring forks in behavior depending on the flag's value. This flag & associated...
Work will occur in `gitlab-support` branch and can be tracked in #363 until it is merged. The target feature-set for landing GitLab support in GitSavvy is as follows: - [x]...
Should mirror rebase dashboard functionality. ``` A - abort y - use version from your commit b - use version from merge source commit ```
Special view with: - [ ] list of all submodules with commit status - [ ] summary for each submodule - [ ] initialize new submodule - [ ] update
Here are the options that I'd like to see. - `git: log` - `For current branch` - `For all branches` - `Filtered by author` - Display list of all committers...
This consolidates similar requests and discussion into a single issue (#434 #433 #427). So far, we've discussed 1) moving to the next line after staging a line, and 2) moving...
- [ ] add `GitSavvy.sublime-settings` option `commit_template` that accepts a string - [ ] when set, this string will be used to pre-populate the commit window on new commits -...
This command will check things like: - which Git binary are you using? - do you have git-flow installed? - which version of Git are you using? And report any...