Mateus Mercer

Results 10 comments of Mateus Mercer

https://github.com/harababurel/gcsf/blob/574f3fd904f7119310aa2c8ed2d14e62a3f8a896/src/gcsf/drive_facade.rs#L27 gcsf uses `hyper` with the `google_drive3` Crate, I don't see how we can add the `gzip`. I've only found something related to gzip in the `hyper` Crate here: https://github.com/hyperium/hyper/blob/d42c983e3bfa2983bd563705e4cb76ad865a856c/src/proto/h1/role.rs#L801...

Using a WebGL library is the best way to do that, because audio processing is in real time (can be at 60FPS) and the WebGL have the power to render...

Hey there @andreasvirkus, I know what problem you are having. I made the Youtube Audio Visualizer in the way it works because when you get the video *inside the same...

@andreasvirkus > Just seems that making a solution Chrome-only and requiring an extension seems very limiting though. IKR, sadly the web audio API is not so 'open' for development. >...

> h 6.1 I tested it and the version 7.9.10 works correctly too.

Hi! Thanks for notice this issue, try to "extract here" the zip file into a folder and drag it to the crhome extension page.

> Hijack command is being removed and replaced with rcon which is platform agnostic. There is more to be done for linux support but that was the big dependency. Hey...

@PazerOP @ClusterConsultant It worked, thanks for the help, this are the steps for anyone interested: You need to install [a command line RCON client](https://github.com/n0la/rcon). It is available in AUR if...

@PazerOP @ClusterConsultant Now I have another question: When using `ping` and `status` the output of these commands **only appeared in the ingame console**. But the command `plugin_print` I used as...

@PazerOP @ClusterConsultant Thanks so much about the explanation! It makes sense, so a limitation is that we can only use commands that doesn't rely in the external server response. I...