Aroop 'FinlayDaG33k' Roelofs

Results 34 comments of Aroop 'FinlayDaG33k' Roelofs

It should be doable with the Github API I guess. but I'm not the dev of Enki so it's up to them.

Bug also seems to affect `var_dump()`. ![image](https://puu.sh/yA5Wr/f140b9a79e.png) For the sake of, I've also tried `var_export()`, however, it doesn't seem to affect that? ![image](https://puu.sh/yA5Zj/5f223e94a1.png) also noticed that both `var_dump()` and `var_export()`...

Hii there, Yea, I solved it in a similar fashion for now (because I need the `mute` object as-is for later`). ```ts const mute: IMutedUser = { id: userId.value, username:...

Has there been any updates on this matter?

> In case someone still needs this, here is a Windows build of the current commit on `master` w/ changes suggested by @rom1v [scrcpy-v1.21-2-g5704ec6.zip](https://drive.google.com/file/d/1LNAoyYg3GJyFFsscerGqq5G4_NsbskA3/view?usp=sharing) Build sadly doesn't work, always returns...

> there is no reason for plugins to use this. But it's sitting there, exposed by BetterDiscord. You can call it with: So either this exposure would need to be...

Same here on Docker (using the `denoland/deno:ubuntu-1.24.0` image and the Mongo `5.0.6` docker image on the same host. ``` error: Uncaught (in promise) ConnectionReset: Connection reset by peer (os error...

I did manage to "circumvent" this issue for now by having [my app](https://gitlab.com/FinlayDaG33k/yukikaze/-/commit/931b3dc67ca8e667cc9a72c770b9f176a7c87837) make a small query every 5 seconds (might want to increase this but it'll do for now),...

Hii there, Are there any updates on the progress? I implemented HTTP/2 Push on my project today... just to realize it's not supported by Traefik D: