Patrycja
Patrycja
(over 50% of Mac users)
**Bug description** fails to build from source on 32-bit platforms: ``` # github.com/puzpuzpuz/xsync /home/buildozer/go/pkg/mod/github.com/puzpuzpuz/[email protected]/util.go:20:24: 0xff51afd7ed558ccd (untyped int constant 18397679294719823053) overflows uintptr /home/buildozer/go/pkg/mod/github.com/puzpuzpuz/[email protected]/util.go:21:24: 0xc4ceb9fe1a85ec53 (untyped int constant 14181476777654086739) overflows uintptr ```...
Stacktrace: ``` Traceback (most recent call last): File "/usr/bin/madbg", line 8, in sys.exit(cli()) File "/usr/lib/python3.9/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.9/site-packages/click/core.py", line 1053, in main rv =...
This example: ``` export GO111MODULE=off; go get -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false ``` fails with "no such file or directory" for qmake: ```...
current (invalid) behaviour:  fixed behaviour: 
**Describe the bug** When there's more than one account defined in the config, the first ones log in once and are discarded afterwards. See: https://github.com/miscord/miscord/blob/63076416ef2ae7edc5abbbb8d2894c1a4d77fe27/src/messenger/login.ts#L45 **To Reproduce** Steps to reproduce...
**Describe the solution you'd like** When sending "(First name) changed his nickname to (Nickname)", display full name of that person **Describe alternatives you've considered** Send that message to Discord as...
**Describe the bug** as in the title **To Reproduce** Steps to reproduce the behavior: 1. Send a video from Messenger 2. Watch it crash **Expected behavior** Should not crash and...
**Describe the solution you'd like** Specify a time to stop/start in the config and control the worker process based on that time. [*From DrAstro on Discord*](https://discordapp.com/channels/431471556540104724/432466052451008521/581804692745748502) [*From Pierce on Discord*](https://discordapp.com/channels/431471556540104724/432466052451008521/595804331937103874)...