Jimmy Quach

Results 71 comments of Jimmy Quach

Hi, this issue has been noted on the release notes already. But I'll leave this issue open anyway for future discussion.

It looks like it properly registers the keybind on press, so this issue might be related to how we are currently storing bookmarks in localStorage of the WebView. If we...

Does the game load with a splashscreen of any sort? If so, it might be related to #39

Closing this issue to de-clutter the number of open issues. Will be tracking this issue in #39.

What is the key combination that you are trying to set?

Pushed a commit to somewhat solve one of the two issues (path changing on app updates). By calculating path similarity using the Levenshtein distance algorithm, we can check if the...

OBS does have a replay buffer feature already built in, so yes, this implementation isn't too difficult. It's actually common in these types of applications. This will probably be implemented...

It is in progress and I have got it working in an example here: [libobs.NET](https://github.com/lulzsun/libobs.NET) However, I have not decided to implement it yet because I currently want to focus...

This feature is up next on my personal TO-DO list, it's just that recently I have been busy with things unrelated to this project. I'm unable to give a time...

Yes, I did finish most of the refactoring, just haven't had the time to do a proper implementation of this feature. Feel free to draft a pull request for this...