Use to remove unsupported filters from a list
npx -- node ./preprocessor.js <path-to-list>
We are developers working on ways to empower users on the Web and help them protect their privacy. Based on our collective experience of creating privacy-preserving technologies for iOS, we have collected and curated a list of the most pressing short-comings of WKWebView (i.e. WebKit WebView). If addressed, these have the potential to positively impact the ecosystem at large, and benefit all users.
Our hope is that this work, supported by some of the most well-known companies
I hereby claim:
To claim this, I am signing this object:
This is a simple HOWTO for setting up and running simple ember-cli application. If any of step below does not work for you, please leave comment under this gist: https://gist.github.com/chrmod/702fe8391e9d17dbc151
Check if nvm is installed in use space:
look for
~/.nvm/nvmsh
This Gist describe a concept of little helper method to speed up mocking of object methods using rSpec. It addresses a simplification of common pattern used while creating mock:
describe "some behaviour" do
let(:some_important_data) { "some text, array, hash or maybe an object" }
before do
<script type="text/javascript"> | |
$(document).bind("mobileinit", function () { | |
$.mobile.ajaxEnabled = false; | |
$.mobile.linkBindingEnabled = false; | |
$.mobile.listview.prototype.options.icon = ""; | |
$.mobile.hashListeningEnabled = false; |
class RedirectOldUrl | |
RESOURCES_WITH_SLUGS = [ | |
"conferences", | |
"users", | |
"events", | |
"articles", | |
"partners" | |
] | |
def initialize(app) |