Deide

Results 13 comments of Deide

Cool! The PS3 manifest can be added once they finally add the platform; not sure what's taking so long.

The problem with Chrome's built in solution is that it does not support client certificates. That is, even when a serve requests an _optional_ client certificate, the chrome socket flat...

I've forked and rewritten it with ES6/babel. No tests though, and a bug or two, but it's operational. However, I believe a new CIRC is being worked on anyway. On...

I came across the same problem the other day. It is something to do with the storage since `chrome.storage.local.clear()` will fix it.

It would be useful to just store all the profile files in a folder in general. Either `qtox/profiles/...files` or `qtox/profiles//...files`. Either way, it's better and allows people to back up...

Disabling an app's own updater should always be priority in my opinion, and I believe many manifests attempt to do this or advise that you do it.

What would this look like? Tags? Like "editor", "communication", "util", etc? Because that would also benefit search and discovery too.

Shouldn't it return `*Highlights:\n* First\n* Second\n* Third`? Why would it add more line breaks to lines that are already below a width of 80? In fact, that is what it...

Retroarch supports this, so it would be particularly handy.

I achieved this with a user plugin named `title`, which I then added to my theme. Here's the code (let me know if you have any improvements): ```powershell function pshazz:title:init...