ctlaltdefeat

Results 15 issues of ctlaltdefeat

Is there any possibility to have compiled versions available for different GCC/CUDA targets? I (and as I can see others as well) am having lots of trouble compiling, both the...

If videos have many different quality options, it may happen that not all quality choices are visible on screen. I'm not sure if/how it may be possible to deal with...

In case the video is not supported by ytdl (say, a local file), accidentally bringing up the menu causes the script to crash and the message "fetching available formats" to...

When restoring a table that includes an Array datatype, the restoration "works" but I cannot select any of these column's values when the select would use skip indexes. I receive...

#### What version of RCX are you using (About -> App version)? 1.12.1 #### What is your Android version, phone model and manufacturer? Android 11, OP8 Pro #### Which steps...

🐞 Bug
Priority: P2

Currently, when performing several tasks/operations one after the other (I've tried this for downloads but I imagine others are similar), then the tasks do get done but the notification status...

Priority: P3

When using a bidirectional SRU, regular usage seems to be fine, and compilation to torchscript proceeds without error, but upon trying to infer with the compiled torchscript I get: `Unknown...

Has anyone been able to successfully convert the generator model to torchscript? I receive a bizarre error: while tracing works ``` zero = torch.full((1, 80, 10), -11.52).cuda() with open("hifi-gan/config.json") as...

**Describe the bug** I'm inserting into a table that contains, among other columns, a column like this: ```col Nested (name String, version UInt16)``` I simply insert as described in https://github.com/mymarilyn/clickhouse-driver/issues/19,...

Clickhouse has a `Map` type: https://clickhouse.com/docs/en/sql-reference/data-types/map/ It's currently unsupported ("could not map type 'map'"). It should presumably be mapped to `JSONB` or `hstore`.