Christoffer Bubach
Christoffer Bubach
The entire minified script should always end with a ";" - caused me unbelievable pain when trying to combine all my JS output into one file. Loads fine by itself...
`RequestPathRule` allows only pretty simple URLs, so I solved it by adding: ``` $uri = $app->request->getResourceUri(); $match = reset($app->router->getMatchedRoutes($app->request->getMethod(), $uri)); $pattern = is_object($match) ? $match->getPattern() : ""; ``` and for...
Since the so called "community" platform to report bugs is complete and utter BS - nobody gives a f, I'm gonna try spamming you here in what I know to...
``` "require": { "php": ">=5.3.2", "oyejorge/less.php": "1.7.0.5", "leafo/scssphp": "0.1.1", "tedivm/jshrink": "1.0.1", "imagine/imagine": "0.6.2", "coffeescript/coffeescript": "1.3.1", "meenie/javascript-packer": "1.1", "tubalmartin/cssmin": "~2.4", "sabberworm/php-css-parser": "7.0.0" } ```
I'm not quite sure I get it.. wouldn't your example: ``` var honda = new Car(); honda._mileage = 'pwned'; ``` just be replacable with this (or similar, not an js-wiz)...
might be missing something - but shouldn't a dynamic variable in the form `${$var . $append}` let you do that without eval? https://github.com/paragonie/ionizer/blob/a8329002a8087e4e556757159a7dddc9e942d625/src/InputFilterContainer.php#L78