Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus| { | |
| "suggest.noselect": false, | |
| "coc.preferences.formatOnSaveFiletypes": [ | |
| "javascript", | |
| "typescript", | |
| "typescriptreact", | |
| "json", | |
| "javascriptreact", | |
| "typescript.tsx", | |
| "graphql" |
for f in *.mp4; do ffmpeg -i "$f" -ss 00:00:03 -vframes 1 -s 1920x1080 "${f%.mp4}.jpg"; donecredit goes to https://medium.com/@luongnhutoan/auto-generate-thumbnails-for-all-videos-inside-folder-with-ffmpeg-623164986dfa
netlifyIdentity.on('init', (user) => {
if (user) {
user.jwt(true).then((token) => {
const parts = token.split('.')
const currentUser = JSON.parse(atob(parts[1]))
setUser((user) => ({
...user,
app_metadata: {
...currentUser.app_metadata,| // Get Scheduled actions | |
| const contentful = require('contentful-management') | |
| const spaceId = 'enter-your-space-id-here' | |
| const accessToken = 'enter-your-access-token-here' | |
| const envId = 'master' | |
| const entryId = 'enter-entry-id-here' | |
| const client = contentful.createClient({ | |
| accessToken: accessToken | |
| }) |
Contentful A content platform is everything a CMS isn’t. Control all of your content from a single hub. Publish to any digital channel. Integrate anything with our industry-leading app framework. See ya, CMS.
Install necessary NPM packages
| module.exports = { | |
| plugins: [require("tailwindcss"), require("autoprefixer")], | |
| } |
I hereby claim:
To claim this, I am signing this object:
| > Thank you for reaching out to Autonomous! I am sorry to hear that you are having some trouble with your SmartDesk | |
| > but I will be glad to assist. It sounds like your system needs a "hard reset" can I please have you follow these | |
| > steps thoroughly. | |
| Reset Steps: | |
| 1. Unplug the desk for 20 seconds. Plug it back in. Wait a full 20 seconds. | |
| 2. Press the up and down buttons until the desk lowers all the way and beeps or 20 seconds pass. | |
| 3. Release both buttons. | |
| 4. Press the down buttons until the desk beeps one more time or 20 seconds pass. |
| { | |
| "suggest.noselect": false, | |
| "coc.preferences.formatOnSaveFiletypes": [ | |
| "javascript", | |
| "typescript", | |
| "typescriptreact", | |
| "json", | |
| "javascriptreact", | |
| "typescript.tsx", | |
| "graphql" |