kaneryu

Results 18 comments of kaneryu

Try using TETR.IO PLUS with a skin (https://you.have.fail/at/tetrioplus/) On Fri, Nov 17, 2023 at 6:14 PM DaiForte ***@***.***> wrote: > Coming from Jstris and Tetris Effect: Connected, the ghosted hold...

Also (though this may be harder to implement) Idealy everything would be a 'tab', down to the sprite selection space, so for example, you could have one window for the...

I ran into the same issue! Unfortunately just_playback does not have that many wheels, and the only solution I found was to build it myself and then share it around...

Yes, you are right with BPM, no need for that. SV being per timing group is more usefull, because it can do both (for example, you can put all notes...

Hey, I also fixed this issue using a debloater config: #3269 Assuming you just want the youtube functionality, it will fix the bug.

This issue does not appear to occur in the latest development version

Any update on this? I'm running into this exact same issue right now.

I found the fix `py2exe` used for reference: https://github.com/py2exe/py2exe/issues/118

Is it possible to implement a fix like this? https://github.com/py2exe/py2exe/commit/0665cf0aba3e45b5cb980a9d0dac372c83e33388 The comment says the issue is that winrt expects a `__file__` attribute, which doesn't exist when being imported from a...

This change breaks Shiboken 6: Minimal Example: ```py import logging import os import shiboken6 # nuitka-project: --mode=standalone print(os.getcwd()) print(__file__) print("Starting test script") logging.basicConfig(level=logging.INFO) logging.info("This is an info message") logging.debug("This is...