Results 34 comments of cowlicks

Updated the test and rebased into the move-compiler commit as per [CONTRIBUTING.md#bisect-able-history](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#bisect-able-history)

@sulliwane @RyannGalea @jonathanheilmann @helios1138 To dynamically update tokens/connection params you should set it using middleware of the SubscriptionClient. See my gist here: https://gist.github.com/cowlicks/71e766164647f224bf15f086ea34fa52 ```javascript const subscriptionMiddleware = { applyMiddleware: function(options,...

Building on @mislav comment. You can use with gh's aliases to skip the interactivity. The following creates a branch on the origin, then creates a PR and opens the web...

This is a good idea. It would be good to discuss how it should be broken up before working on it. To avoid duplicating effort, or wasting effort. Do you...

RE: radix trie with reversed hostnames. I've been wanting to use something like this for privacy badger's storage datastructure. I have a pending PR with an implementation here https://github.com/EFForg/privacybadger/pull/1568/files#diff-930ddd92cefc0f8bc3a8722e10b3e05e I'm...

I only saw `__cfduid` cookies from `townhall.com` So these should not be blocked. Can you run this code? It will tell me the names of the cookies set on `townhall.com`....

@ghostwords Yeah I was thinking the same thing.

@paoletto to elaborate a little on why this is hard, Privacy Badger uses a *heuristic* to determine if something is a tracker. Sometimes this heuristic is incorrect, so we require...

I doubt this would be very hard! If anyone who uses Safari (I don't own a mac) want's to port it, I'd be happy to guide you and answer any...