"devDependencies": {
"eslint-watch": "^3.1.4",
"husky": "^0.14.3",
"prettier": "1.12.1",
"pretty-quick": "^1.4.1",
"stylelint": "^9.2.0",
"stylelint-scss": "^3.0.1"
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 React, { | |
TextareaHTMLAttributes, | |
useCallback, | |
useEffect, | |
useRef, | |
} from "react"; | |
export function AutoHeightTextarea({ | |
minRows = 1, | |
...props |
H265 video support in VLC:
- Follow https://rpmfusion.org/Howto/Multimedia
- Then install libavcodec-freeworld:
dnf install libavcodec-freeworld
- Install VLC from RPM Fedora Linux. Not flatpak! The flatpak version doesn’t work with this!
HEIC support in Gnome Image Preview and Nautilus (make sure to follow the above first):
dnf install libheif-freeworld
dnf install heif-thumbnailer
- (optional)
dnf install ffmpegthumbnailer
(get thumbnails in Nautilus also for MP4, MOV etc.) - Log out/in