Daniel Yim

Results 18 comments of Daniel Yim

@eeh Rewrite the codebase to use Fiber :P But seriously, what would be best is to contribute to `react-three-renderer` as they're farther along in getting it implemented than this project.

Please merge this into master...

Please take a look at my blog post at https://yimd.net/in-the-quest-of-finding-an-open-macos/ for a way to create Mac-like keybindings using `autokey-gtk`. This may help you in the interim. https://github.com/danyim/elementary-macos

@eljefuri Here's the updated link. Please excuse the broken SSL cert: https://daniely.im/in-the-quest-of-finding-an-open-macos/

Same concern as #59

I'm also running into performance issues when using this plugin, even though I love the feature for my notes. The performance degradation is easily reproducible if you type random characters...

Thanks for the workaround @notheotherben. I had to replace `s/http/https/g` to get mine to work. ```bash sudo sed -i 's|https://deb\.debian\.org/debian|https://archive.debian.org/debian|g' /etc/apt/sources.list apt update ```