박현우
박현우
Tried some investigation, but SAR and ASIOLink are both abandonware and they don't seem to work. - SAR: require testsigning boot flag (which prevents running some competitive games such as...
"Patcher" option isn't valid for me :( If he/she (one claiming to be the original author's nephew?) really had the source, he/she should have compiled a new version w/o licensing...
Forgot it xd I dunno how to handle various color space management things. Maybe I'll try today
Maybe simple fix? Treat all `.dylib` containing a single string as symlink, and symlink to "appropriate" dylib.
I second this. Or at least support borderless window w/ letterboxing. This helps when playing on 16:10 aspect ratio monitor. (which is quite standard on creator-targeted windows)
uh just compile https://github.com/armoha/eudplib/blob/master/eudplib/epscript/cpp/lemon2.c ``` gcc lemon2.c -o lemon2 ```
omg I once imagined complete reimplementation of eudplib/euddraft in Kotlin (It has proper DSL support). IDK much about rust, so looking forward to your contribution
Weird issue. I'm okay with using cmd, so - the documentation should be updated to use cmd on windows. - `fclones group` and `fclones link` would be most-used combinations of...
This greatly helps distributing level tables via torrenting: Torrent doesn't work well with LARGE number of files. This could greatly reduce number of files, therefore making torrent feasible.
This seems to be edge-specific issue. Edge doesn't like spaces in URL. You can fix this by changing https://github.com/bantya/Keypirinha-EasySearch/blob/aa6cb32a4a980a822f7cec8d14eb5394d69d50e1/src/easysearch.py#L91 to line below ```py target = target.strip().format(q = term.strip().replace(' ', '%20'))...