Tobias Kunicke

Results 8 comments of Tobias Kunicke

Adding ``` $("#search").autocomplete( "option", "select", function(e, ui) { location.href = '/' + ui.item.label; } ); ``` after the other two `autocomplete` calls in `html/docs.gl.search.js` should work.

Looks like a bug in hikari. Is there a config-option in hikari to set the test-query? `SELECT 1;` should work as test-query just fine

See PR #38 Unfortunately, i am not able to test it, if anyone of you could test this change and report back here or in the PR, this would be...

If you're a developer yourself, why don't you just build your own javadocs or set up your ide so it loads the javadocs from source?

Example: https://godbolt.org/z/nx7eKvs78 tcpp expands both `__LINE__`s before concatenation.