Fernando Barbosa Gomes

Results 11 comments of Fernando Barbosa Gomes

> Oddly enough, stability issues with high traffic flow only seem to occur in plain http and not in encrypted https. It appears raw TCP sockets have a chance to...

Read the readme https://github.com/Fransferdy/QtAvSetupForAndroid

Actually these libs are for Android,I compiled them in Linux, it should work just fine on MacOs :) Just follow the instructions with Qt Creator ;) (in your macOs host)

Read the readme https://github.com/Fransferdy/QtAvSetupForAndroid

I thank you oh might @heresergio , after a day struggling to get this to work, it was your patch that was the solution! Thank you so much!

I fixed the issue by adding the following connection to the PP_CellShader Material: (Highlighted in Yellow, in the top Left Corner of the BP) ![FixShader](https://github.com/alwei/PPCelShader/assets/6730735/f90fc82e-ce5e-4d94-8e9b-f60d2105f999)

It is compatible with UE 5.1.

I solved this issue: I posted it as another issues because I'm not used to incrementing other people repos: https://github.com/ParisNeo/lollms-webui/issues/343 Basically: Add ``` import mimetypes mimetypes.add_type('application/javascript', '.js') mimetypes.add_type('text/css', '.css') ```...

After fixing the UI bug(that one with mime types), I had the same issue, but I didn't bother to use the ui afterwards. I would like to know when this...