Philipp Naderer-Puiu

Results 16 issues of Philipp Naderer-Puiu

This is useful for fulltext search support. This will be available for InnoDB with the next stable release 5.6, but for all previous versions it's only available for MyISAM.

### Product axe-core ### Feature Description Take the following HTML with accessible names defined via `aria-label`: ```html 1: View all 2: View all 3: View videos ``` Variants 1 and...

feat

Since Rhino is missing `[].flat()`, we should provide a helper in `ringo/utils/arrays`. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat

javascript

I think this is a bug in the reverse lookup with "/". If I change the binding to {action: "/someAction" } it works as expected. ``` javascript var {Application} =...

Implement a route function to make something like this (new in Express 4.0) possible: ``` app.route('/myroute') .all(function(req) { // runs for all HTTP verbs first // think of it as...

At the moment it's not possible to render a template without a context object: ``` javascript app.render("test.html"); ``` This results in "TypeError: Cannot set property "content" of undefined to "WTF?!"...