Vladimir

Results 3 issues of Vladimir

config.status: executing libtool commands sed: can't read ./ltmain.sh: No such file or directory sed: can't read libtoolT: No such file or directory vova@Qosmio ~/Projects/cld $ stat ltmain.sh File: «ltmain.sh» ->...

To prevent error "Internal error - should have used fall back to execute query, but something went horribly wrong" after setLabels command replace string (51) at Everyman/Neo4j/Command/SetLabels.php $query = "START...

I use this code var languagesSource = new Bloodhound( { datumTokenizer: function (datum) { return Bloodhound.tokenizers.whitespace(datum.value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: "http://localhost/languages.php?PHPSESSID=4qjiv6gchdp4n8uk7gpvt7ghue&format=json&language=%QUERY", wildcard: '%QUERY', } }); languagesSource.initialize(); $('#languages').typeahead( {...