My uses page:
pawelgrzybek.com/uses/
Ana’s post:
frontendmasters.com/blog/super-s...
#css
My uses page:
pawelgrzybek.com/uses/
Ana’s post:
frontendmasters.com/blog/super-s...
#css
chrome://flags/#side-by-side
I never really asked for this feature, but having a "mobile" and "desktop" viewport preview is actually helpful when you do some design work.
#frontend
chrome://flags/#side-by-side
I never really asked for this feature, but having a "mobile" and "desktop" viewport preview is actually helpful when you do some design work.
#frontend
CodePen to reproduce:
codepen.io/pawelgrzybek...
Bug report on WebKit Bugzilla:
bugs.webkit.org/show_bug.cgi...
#css @jensimmons.bsky.social
CodePen to reproduce:
codepen.io/pawelgrzybek...
Bug report on WebKit Bugzilla:
bugs.webkit.org/show_bug.cgi...
#css @jensimmons.bsky.social
While in Insert mode, you can hit
Quick example where I type inside the quote and enter Normal mode `
#vim #neovim
Sony 24mm F1.4 GM
Sony 50mm F1.2 GM
Sony 85mm F1.4 GM
#photography
Sony 24mm F1.4 GM
Sony 50mm F1.2 GM
Sony 85mm F1.4 GM
#photography
Article:
pawelgrzybek.com/nvim-increme...
PR:
github.com/neovim/neovi...
#neovim #vim
Article:
pawelgrzybek.com/nvim-increme...
PR:
github.com/neovim/neovi...
#neovim #vim
By default left arrow points up, and right one down. I remapped them to follow the same directions as Vim keybindings for J and K which are directly above the arrows. This single remap was a game changer for me.
#kinesis #ergonomics
By default left arrow points up, and right one down. I remapped them to follow the same directions as Vim keybindings for J and K which are directly above the arrows. This single remap was a game changer for me.
#kinesis #ergonomics
#macos
#macos
#zsa #zsavoyager #ergonomics
#zsa #zsavoyager #ergonomics
browsersl.ist#q=baseline+w...
#frontend
browsersl.ist#q=baseline+w...
#frontend
#zsa #ergonomics
#zsa #ergonomics
If your entity needs a random ID, but also to be sequential, you may not need two fields anymore (uuid and createdAt). The UUID version 7 combines these two. It is time-ordered, and unique enough for most use cases.
www.ietf.org/archive/id/d...
#uuid
If your entity needs a random ID, but also to be sequential, you may not need two fields anymore (uuid and createdAt). The UUID version 7 combines these two. It is time-ordered, and unique enough for most use cases.
www.ietf.org/archive/id/d...
#uuid
#time
#time
When you are in command-line mode or inside the search input, you can hit the `
#neovim
When you are in command-line mode or inside the search input, you can hit the `
#neovim
#a11y
#a11y
Jumping up and down using
github.com/karb94/neosc...
```
{
"karb94/neoscroll.nvim",
opts = {
duration_multiplier = 0.1,
}
}
```
#neovim
Jumping up and down using
github.com/karb94/neosc...
```
{
"karb94/neoscroll.nvim",
opts = {
duration_multiplier = 0.1,
}
}
```
#neovim
Code folding in Neovim doesn’t need to be hard. A few lines of config and a `za` keymap for fold toggling is a good starting point.
```
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldenable = false
vim.opt.foldlevel = 99
```
#neovim
Code folding in Neovim doesn’t need to be hard. A few lines of config and a `za` keymap for fold toggling is a good starting point.
```
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldenable = false
vim.opt.foldlevel = 99
```
#neovim
Me: Fuck that.
Good friend: Trust me.
Me: OK.
I cannot even type a single word on this shit 😅
Me: Fuck that.
Good friend: Trust me.
Me: OK.
I cannot even type a single word on this shit 😅