Soham Sen

Results 15 issues of Soham Sen

Currently, I'm using this to transcode a video to buffer - ``` buffer = new QBuffer; buffer->open(QBuffer::ReadWrite); transcoder->setOutputMedia(buffer); if (!transcoder->createVideoEncoder()) QMessageBox::warning(0, QString::fromLatin1("Encoder error"), tr("Failed to create encoder.")); encoder = transcoder->videoEncoder();...

Since aiopg does not support bulk insert (https://github.com/aio-libs/aiopg/issues/112), so I use this to insert everything in a single query: ``` await conn.execute( sa_foo_table .insert() .values([ dict(name='name1', x=1), dict(name='name2', x=2), dict(name='name3',...

### Description Resolves #534. This PR adds a way to add custom sorting functions for both inputs and outputs. BIP69 is permanently deprecated. ### Notes to the reviewers `Fn` was...

**Describe the bug** The amplitude and phase keeps on rapidly oscillating (often alternatively) between two values, one higher and one lower. What exactly causes this? What's the best way to...

bug

YABin is a pastebin that aims to have all the good features of a pastebin while being simple. Source: https://github.com/Yureien/YABin Thank you for taking the time to work on a...

addition
reviewers wanted

Tenacity can now be used as a CLI app to retry shell scripts or apps! Closes https://github.com/jd/tenacity/issues/279 It's not yet complete, some of the advanced functions are left (such as...

Getting the following error when Pantalaimon is enabled: ``` koss-slack-matrix-bridge | [winston] Attempt to write logs with no transports, which can increase memory usage: {"module":"MatrixHttpClient","data":["(REQ-5) PUT http://pantalaimon:8008/_matrix/client/v3/rooms/REDACTED/org/send/org.matrix.bridge.ping/1667923138989__inc1"],"level":"debug"} koss-slack-matrix-bridge | [winston]...

S-Major
T-Defect
X-Needs-Info

As title says. Thinking of: `e`: open/close lyrics tab `w`: open/close queue tab `p`: PIP mode `o`: Settings

enhancement

As title says, will greatly speed up lyrics loading.

enhancement