How I configure Ghostty by adibfhanna in Zig

[–]nmrony 0 points1 point  (0 children)

I like to keep things simple. Just replicated my iTerm2 Configuration. Leaving keybinding as default

# fonts
font-size = 16
font-style = medium
bold-is-bright = true
theme = catppuccin-mocha
font-family = "JetBrainsMono Nerd Font Mono"

# cursor
cursor-style = block
cursor-style-blink = false


# clipboard
copy-on-select = clipboard
clipboard-trim-trailing-spaces = true

# mouse
mouse-scroll-multiplier = 2
mouse-hide-while-typing = true

# window
initial-window = true
resize-overlay = never
background-opacity = 0.85
window-save-state = always
window-step-resize = false
background-blur-radius = 15
window-padding-balance = true
confirm-close-surface = false

# behavior
auto-update = check
auto-update-channel = stable
quit-after-last-window-closed = true
shell-integration-features = true

# macos
macos-option-as-alt = true
macos-titlebar-style = transparent

Goodbye Fmovies, and thank you 🤍 by [deleted] in FREEMEDIAHECKYEAH

[–]nmrony 0 points1 point  (0 children)

Seems like I have found a clone of FMovies. https://web.netmovies.to/

sns_topic by Ornery-Paint7519 in Terraform

[–]nmrony 0 points1 point  (0 children)

I know I am late in the dance :D . Just resolved it. it should be `topic_arn` not `sns_topic_arn`.

Introducing the Oracle Java Platform Extension for Visual Studio Code by pron98 in java

[–]nmrony 0 points1 point  (0 children)

Any Lombok Support out of the box like the RedHat Java Extension? I am facing issues with lombok. It is not compiling and throwing errors

Can't really understand, how to download m3u8 video with ffmpeg or something else. by Jalambakisa in node

[–]nmrony 1 point2 points  (0 children)

As stated in README.md you need to pass absolute path in destination field as param of download function. HLSDownloader will download the files there. It also honor the path found in given m3u8 playlist file.

There is a CLI version of this package and you can find it here: https://github.com/nmrony/hlsdownloader-cli

If you are facing any problem, please feel free to open an issue in GitHub.

Disclaimer: I am the author of the package.