Chris Tunbridge

Results 58 comments of Chris Tunbridge

@asantarissy I am unsure if its intentional or not, but every time i go to your site, it takes me to several different adware/malware infected pages everything from prompting me...

I am also experiencing this issue on `2.0.9` I was able to edit the remote_schemas.yaml file to make my `type Query` operations work, however I cannot get my `type Mutation`...

@KyleCser I ran into a similar thing, and while i believe that nebular should implement this in a way that either allows us to choose the type of input, or...

Just as a note, this may not work as intended for the chat component, so you may need to extend it as well and replace it's template logic to support...

@dragneelfps I am also in the process of installing receipt-scanner and ran into a similar issue, turns out the git clone i did installed opencv 4, i manually downloaded 3.4.4...

@dragneelfps I installed on Debian 9, another issue i ran into is the default directory for opencv's libs is apparently `/usr/local/lib/` and the process couldn't find them until i copied...

@dhertzb Were you able to get this working? I am about to start experimenting with this video player but my immediate reaction to this would be related to the version...

I am having this same issue, running the query without StartTLS works flawlessly, however once i use StartTLS it claims it can't find the exact same object.

After playing with this, i was able to get it working using this. ``` javascript var ldap = require('ldapjs'); var client = ldap.createClient({url: 'ldap://ldap.example.com'}); client.starttls({},[],function(start_err,start_res){ client.bind('dc=example,dc=com','secret',function(err){ client.search('ou=Users,dc=example,dc=com', {scope: 'sub'}, [],...

@elitan This is not fixed. The error still exists and will not allow me to update past 2.5.1.