David Colón
David Colón
This does not work the way you think it will nor in a way that I think we would like it to work. When I run this query against phpBB.com's...
Can't really tell what you changed in the minified file so we would have no idea what has changed. Your only option here is to override whatever function(s) it is...
I might not have been clear. We aren't going to accept modification of a vendor's library so this pr cannot be merged as is. Your option for review and merge...
This won't pass merge checks. See last point in the checklist in description as that is a requirement.
That would be next to impossible for the app alone to do. I would also not provide instructions either since there are security considerations to be had. If one really...
If we're showing 4 for the other lists it might make more sense to show the same amount of random ideas, but yeah that looks good.
It might be less meaningful, but it would be drawing attention away from those which are hogging pretty much all the votes, so I wouldn't put it at the bottom....
Ah right, sounds good.
Run the timer on the main PC and then open a browser on the other PC to open the timer page and make it full screen.
Maybe what was said can be explained this way: In JavaScript you can **override functions**. Something like: ``` function foo() { console.log("fooing"); } foo = function bar() { console.log("baring"); }...