Source repo: cufarvid/lazy-idea
These are IdeaVim mappings that emulate LazyVim-style keybinds inside JetBrains IDEs.
Print tips: use mono font, 2 columns, small margins.
It's quite straightforward to use GitLab Pages to deploy a Storybook instance per branch (and remove it whenever the branch will be removed). And yeah, it's irony to document this in a GitHub Gist 😅
You just need a .gitlab-ci.yml like this one:
stages:
- setup
- build-and-test
- deployment
- pages| /** | |
| * The application configuration. | |
| * @author A true hipster : Matt Raible | |
| * https://twitter.com/mraible/status/1234875938854207488 | |
| */ | |
| application { | |
| config { | |
| baseName notes | |
| authenticationType oauth2 | |
| buildTool gradle |
| // Coded and shared on Twitter by Florin Pop | |
| // https://twitter.com/florinpop1705/status/1234951601842016256 | |
| // Create a RomanNumerals class that can convert | |
| // a roman numeral to and from an integer value. | |
| const rom = { | |
| M: 1000, | |
| CM: 900, | |
| D: 500, | |
| CD: 400, |