pwFoo
pwFoo
Your example show how to modifiy the arguments before executing the original method ("hookBefore"). But would it possible to replace /stop the execution of the original method? Example from a...
I don't use it much, but is it possible to handle statically used classes like `class::method($param)`?
I don't know if it would be easy to do, but would be great if we don't need to write all the default arguments to a hook? Would it possible...
Maybe it would be easier to have "order" as third and optional parameter for addCallback()? Default could be "0" and be executed after the original method? More than one hook...
I like the demo and would use the client side part of the demo as library. Is there a library available based on the demo? Just the client side javascript...
Looks like serviceWorker / closed tab notifications are not supported? Would be great to have that feature! Searching for a forum software which supports just that feature...
Hi @diafygi, thanks for sharing the examples! Is it possible to use a key pair to encrypt / decrypt and sign / verify?
Instead of create a function for each endpoint / variante why not just use few functions Like ``` api(endpoint, params, action) //api("/api/v1/statuses/", {id: ""}, "unreblog") ``` One function isn't enough,...
simple stream support ``` stream(endpoint, callback) { let url = 'https://mastodon.social' + '/api/v1/streaming/' + endpoint // ToDo: move server, streaming, api version to class variables let stream = new EventSource(url);...
@Dletta I try to show references to sub-nodes and display object values, but get an error message ``` d3.v4.min.js:2 Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#//4973947925444637' is not...