Results 61 issues of John Wuller

Right now, about:logins has branding from Firefox Lockwise. Should we change the branding to a more Ghostery-based branding rather than leaving Firefox's?

branding

Right now, the page `about:mozilla` shows an easter egg page containing the following text: > The Beast continued its studies with renewed Focus, building great Reference works and contemplating new...

branding

As an additional privacy measure, could we allow users to fake their location for websites that ask for location services? Websites would be able to tell that the user is...

privacy

### Summary Add support for User-Installed Apps ### What is the feature request for? The core library ### The Problem Per their [announcement earlier today](https://discord.com/channels/613425648685547541/697138785317814292/1219333034701226044), Discord is betaing user-installable apps:...

feature request

Is there any chance of either adding this to the official fdroid repo or of hostng your own? I don't have access to Google Play Services, so adding it to...

Thanks for making this!

This library has been very resilient to my testing; however, I found a way to bug it out: ```python import pydot graph = pydot.Dot(graph_type="graph") graph.add_node(pydot.Node(label="h")) # adding a / into...

I'm curious - what's pydot's policy on data sanitization? Should I trust pydot to sanitize fields (like the label) or should I do that myself? Sanitizing data is always a...

When creating a Graphviz graph, there isn't any documentation for the parameters built into the system, which means there's no intellisense and no way to see what parameters exist or...

What would be your thoughts on some sort of change like this? This would need some work before being merged, but this way, intellisense can detect supported formats? A change...

conflicts