- Next.js: 15.x
- TypeScript: 5.x
- React: 19.x
- Tailwind CSS: 4.x
- Node.js: 22.x LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"breadcrumbs.enabled": true, | |
"colorInfo.languages": [ | |
{ | |
"selector": "css", | |
"colors": "css" | |
}, | |
{ | |
"selector": "sass", | |
"colors": "css" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | name | slug | |
---|---|---|---|
1 | Africa | africa | |
2 | Americas | americas | |
3 | Antarctica | antarctica | |
4 | Asia | asia | |
5 | Europe | europe | |
6 | Oceania | oceania |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"breadcrumbs.enabled": true, | |
"colorInfo.languages": [ | |
{ | |
"selector": "css", | |
"colors": "css" | |
}, | |
{ | |
"selector": "sass", | |
"colors": "css" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Afghanistan", | |
"code": "AF", | |
"emoji": "🇦🇫", | |
"image": "https://cdn.jsdelivr.net/gh/lipis/[email protected]/flags/4x3/af.svg", | |
"dialCodes": [ | |
"+93" | |
], | |
"slug": "afghanistan" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { preload } from "react-dom"; | |
import { unstable_getImgProps as getImgProps } from "next/image"; | |
type Props = { | |
playbackId: string; | |
loading: "lazy" | "eager"; | |
resolution: "SD" | "HD"; | |
}; | |
export default function MuxVideo({ playBackId, loading, loading }: Props) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"window.commandCenter": true, | |
"workbench.colorTheme": "Moxer Borderline", | |
"workbench.iconTheme": "moxer-icons", | |
"typescript.suggest.paths": false, | |
"javascript.suggest.paths": false , | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint", | |
"editor.formatOnPaste": false, | |
"editor.formatOnType": false, | |
"editor.formatOnSave": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
taps=( | |
"denji/nginx" | |
"heroku/brew" | |
"homebrew-ffmpeg/ffmpeg" | |
"homebrew/services" | |
"twilio/brew" | |
"universal-ctags/universal-ctags" | |
) |
NewerOlder