razaqq

Results 29 issues of razaqq

ModernDialog is used just like a QDialog. ```python d = ModernDialog(hideWindowButtons=True) d.setWindowTitle('Changelog') main_layout = QVBoxLayout() main_layout.setSpacing(10) text = QTextEdit() text.setPlainText('This is a text\nto demonstrate\na ModernDialog') text.setReadOnly(True) text.setFixedHeight(100) main_layout.addWidget(text, alignment=Qt.AlignCenter) button_box...

- [x] Ship icons - [ ] Implement changelog - [ ] Team WR diff in match history? - [x] Installer (nullsoft?, https://github.com/QuasarApp/CQtDeployer) - [x] Qt6 - [x] `std::expected` -...

- Sorting is still not like ingame - Sort by ship name alphabetically? - Sort by player name alphabetically?

bug
help wanted
priority: medium

- Use c++20 features like `std::filesystem`, `std::format`, `std::string_view` - Get rid of boost and put it where it belongs (the trashcan) Important note: `GCC libstdc++` does not yet have support...

``` 2020/10/05 04:54:55 [DG1] wsapi.go:229:listen() error reading from gateway wss://gateway.discord.gg/?v=6&encoding=json websocket, websocket: close 1001 (going away): CloudFlare WebSocket proxy 2020/10/05 04:54:57 [DG1] wsapi.go:181:Open() Expected READY/RESUMED, instead got: &discordgo.Event{Operation:9, Sequence:0, Type:"",...

``` import mutagen f = mutagen.File("filename.m4a") print("Length: {}s; Bitrate: {}; Sample Rate: {}; Bits per Sample: {}".format(f.info.length, f.info.bitrate, f.info.sample_rate, f.info.bits_per_sample)) ``` output: ``` Length: 342.12281179138324s; Bitrate: 0; Sample Rate: 44100;...

enhancement

For some reason `IArchive.CompressedBytesRead` and `IReader.CompressedBytesRead` are never fired when extracting a 7z file for me. Only `IArchiveEntry.CompressedBytesRead` gets fired. Is there something im overlooking here or are the other...

bug
up for grabs

add a way to change the order in which torrents are downloaded