Sarim Khan

Results 152 comments of Sarim Khan
trafficstars

Just replying here instead of opening a new issue bcz i think its kinda relevant. Every new vscode window tries to open a new server, and gives error port already...

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

> > Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate. > > How to solve it. No idea. Its up to project...

Here's the log. ``` ************************************************************** Logger started ************************************************************** [2022-08-01 19:40:48.683] > ConnectAsync() [2022-08-01 19:40:48.683] Status: Connecting to ***:2121 [2022-08-01 19:40:48.916] EETypeRva:0x00147988(System.Net.Internals.SocketExceptionFactory.ExtendedSocketException) (10013): An attempt was made to access a socket...

@skyrising What is the latest situation about this? Is accurateBlockPlacement codes updated from carpet-extra? In 1.19 it doesn't seem to work (with litematica in client side). https://github.com/gnembon/carpet-extra/blob/master/src/main/java/carpetextra/utils/BlockPlacer.java https://github.com/QuickCarpet/QuickCarpet/blob/main/src/main/java/quickcarpet/utils/AccurateBlockPlacement.java This two...

For making the download button work for real, why not use the html5 download attribute on `a` element? I can send a PR.

It seems like currentState is also messed up when `vg-auto-play="true"`. The video starts autoplaying but it seems the state keeps in paused, the play-pause button is reversed. Also when seeking,...

> 21.50 Linux Pro driver was released recently. It has full HEVC encoder support via AMF for Navi (RX 5xxx and RX 6xxx). @MikhailAMD Can you confirm if 21.50 Linux...

The provided rpm is using gnutls. ldd shows `libgnutls.so.30`. No libssl. So it makes sense your openssl workaround didn't have any effect. @davelima

I only had cups-libs installed. So I just downgraded it, `sudo dnf install cups-libs-1:2.4.1-7.fc36`. It seems to be working now.