Mateo Wang
Mateo Wang
Since pyfunctional is imported with, for example, `from functional import seq`, pipreqsnb mistakenly adds `functional` instead of `pyfunctional` to the requirements.txt file.
With the current latest release, I get: ``` ./start.sh: line 15: 11624 Killed: 9 ./cumsync ``` un-UPX'ing it, it seems to be an invalid nexe binary:  I recompiled from...
Since Parsec uses the STUN protocol, what is the need for ZeroTier? I understand that if one is under a double NAT where even STUN breaks down, it makes sense,...
I know you have previously mentioned, in #59 and #51 for example, that it was fixed, but the issue still seems present in the latest version?
**Describe the bug** Upon clicking on a video, I am greeted with this screen:  **To Reproduce** Steps to reproduce the behavior: 1. Go to yotter.xyz 2. Search for any...
Hello! I noticed that my iPhone 8 on iOS 13.3 no longer has haptic feedback when turning the slider on or off when DayNightSwitch is installed (while it _does_ have...
It would be nice to check the blobs to make sure they work. However, it would take up more space to package [s0uthwest's img4tool fork](https://github.com/s0uthwest/img4tool) with blobsaver.
Often, the music bot is too loud at first and I set the volume to 10 each time. Having it as 10% as default would be nice! I know that...
When using this package with SvelteKit, I get: ``` ReferenceError: require is not defined in ES module scope, you can use import instead This file is being treated as an...
In Microsoft's C/C++ extension, this is possible via the `C_Cpp.clang_format_fallbackStyle` setting. It'd be nice if clangd could have the same because it's annoying to configure a `.Clang-Format` for every project...