lopsi
lopsi
I'm pretty sure the gist (Fix CEF) has the same fix listed as #1000 - it just creates a symbolic link instead of moving the files. Did you successfully create...
> > I'm getting this login page even with `Roku 3/7.0, Wireless` UA. Without `Wireless` I got redirect to desktop version. > > It seems like you are using the...
It's also worth noting that YouTube generally rolls out their updates/changes slowly, so different users may have different experiences while performing the same actions. This could be down to browser,...
If the server is hanging / frozen, regardless of the cause, then the client's connection to the server is lost. This is why you receive the network trouble message. The...
Have you considered checking if the message contains hex codes and setting the `colorCoded` argument based on that? ```lua local message = "#0fc0fcHello there!" local colorCoded = string.match(message, "#%w%w%w%w%w%w") and...
The bug will be fixed once the discussion leads to some kind of epiphany about what the issue is or someone decides to actually investigate and contribute with the solution...
> Could someone do a review? after that ill apply changes Maybe it's best to address the previous review first, before someone does another review, as they are all valid...
I agree, we should try to fix the issue. I've actually just managed to replicate this error, by; - having a server configured to use an external HTTP server (nginx)...
So you're saying that by not giving CEF enough resources to function correctly, it won't be able to function correctly? Your first step also mentions a VM - there could...
The only issue I can think of, is resources which are relying on the server-side variant of this function being capped. As for backwards compatibility issues that break scripts, of...