itsaphel
itsaphel
Not sure if this is already possible... Can you manually set the project you're currently working on? So, any of the whitelisted sites whilst logging is enabled will be associated...
As I thought, I'd have to rework how abilities work. They should be linked in with a phase directly, so their registration is better handled (e.g. by @GameEvent). It works...
Really gotta do the points API. Creating this issue to track progress and remind me to do it tomorrow.
Really, really wanted to make a Christmas minigame and see it used somewhere. imo, no network does Christmas properly. idk what the minigame will be, but I got 5 months...
Certain songs appear to have a 'single' listed as their top search result, usually (always in my experiences) an album with only one song in it. In these cases, you...
Is it possible to intercept a request, made in a script ran in a JSDOM? ~~I was thinking of using a custom ResourceLoader and then overriding the `fetch` function, but...
TODOs: * A couple of places where mypy/pyright get confused, due to reusing the same variable name with a different type. * Maybe a couple of places where the type...
Thoughts on adding types throughout the codebase, especially in heavily used functions? I think it's mainly return types which are missing, which (at least for me with pylance) seems to...
The "Training a Braindecode model in PyTorch" tutorial says: > The methods shown can be applied to any standard supervised trial-based decoding setting. **This tutorial will include** additional parts of...