Greg Hurrell
Greg Hurrell
``` yarn add git-cipher ``` Will let you run commands like this: ``` yarn run git-cipher init yarn run git-cipher unlock yarn run git-cipher add foo.txt ``` But clean/smudge (etc)...
- https://github.com/neovim/neovim/pull/22693
At the moment I just have a thrown-together README and nothing at all under `doc/`, so will need to use [docvim](https://github.com/wincent/docvim) to produce actual docs.
Or at least make it optional.
I was trying to make these mappings repeatable: ``` xnoremap < >gv ``` My initial stab at this was: ``` xnoremap DedentAndReselect
At the moment, the "index" is sorted by modification date. But it might be interesting to have an alphbetically ordered index too. It could even be one monstrous list, which...
https://prettier.io/blog/2020/11/20/2.2.0.html
### Issue type - :gift: Feature request ### Description As [noted here](https://github.com/liferay-frontend/liferay-portal/pull/1005/files#r622847896), we currently have very similar Jest set-up code that stubs out `Liferay.Util.sub` in three locations: - [`modules/dxp/apps/segments/segments-experiment-web/jest-setup.config.js`](https://github.com/liferay/liferay-portal/blob/ac84f4eb274124c758e8b3f029efc49b00778707/modules/dxp/apps/segments/segments-experiment-web/jest-setup.config.js) -...
This is the "blinking light" demo showing that we can use Lighthouse to gather and print performance metrics for a running liferay-portal instance (by default, just hitting the root, which...
See this [chriskempson/base16-vim](https://github.com/chriskempson/base16-vim) fork: - https://github.com/fnune/base16-vim; which got renamed to: - https://github.com/base16-project/base16-vim; which got renamed to: - https://github.com/tinted-theming/tinted-vim Diff: https://github.com/base16-project/base16-vim/compare/c8a7da6...HEAD Examples of potentially interesting commits: - Tree-sitter groups: https://github.com/base16-project/base16-vim/commit/e9c0ff6b948c344d1b4701e129c5155bf8db1629 -...