Stewart Wong

Results 9 comments of Stewart Wong

just after 0.9.1 refer to release notes [here](https://github.com/LGFae/swww/releases) edit: correction its version 0.9.0 that deprecation notice is given in release note edit again: yes, I still runs despite the warning....

I agree that there are many quality of life improvement that can be made to wrap around the existing boto3 DynamoDB client. Which drove me to write a similar solution...

@arkochan hope you don't mind that I tested out your script and added a few modification to my own, as I also felt that the rofi is taking too long...

hmm..... you know what? I just discovered that we don't need that help file to be fast. it is just the inefficient code that is making it slow. instead of...

I have definitely gone too far. 😶 😅 Rewrote the entire script with another >100% speed improvement. Here is my entire script ```bash #!/bin/bash config_file=~/.config/hypr/conf/keybinding.conf echo "Reading from: $config_file" mod_key=$(rg...

using kitty, feel like it could be a terminal specific issue. Was not able to paste the image too but dragging the image from a UI file explorer works. maybe...

I have just tested with Arch Linux running wayland on Kitty terminal. can confirm that it is still not working. Clipboard on Linux can be challenging.

> I found a work an around on my Linux machine using Kitty terminal on Wayland ! > > 1. first install Kitty terminal and wl-clipboard. > > 2. first...

> for X11 users who use kitty terminal, this tutorial can help you out. https://blog.shukebeta.com/2025/07/11/quick-fix-claude-code-image-paste-in-linux-terminal/ > > Many thanks to @Stewart86 as it is basically his idea! Not mine. You...