Josh Bedo

Results 39 comments of Josh Bedo

Just curious if the chrome extension requires firebase hosting i can't get it to connect to firebase.

Nevermind got it without hosting! Needed to add local extension id to a second local OAuth client

Same issue, after I run build with Parcel and run an HTTP server in the /dist directory the page doesn't load and I get this error. Can't seem to import...

would love to see this for mysql surprised it doesnt support composite types. I'm not really sure how to do nested objects that are type safe otherwise.

I just tried this with my local version of redis and the same thing happened. I see the keys but no results are returned.

I didn't add an auth, what would that entail? I've never done that before. Also where is `setClient` being called? - https://github.com/guymorita/recommendationRaccoon/blob/master/lib/raccoon.js#L11

What would be an example of a valid auth input? I'm pretty sure my docker container of redis is wide open. I can connect to it with `redis-cli -h `.

Ah i get this when i add auth - 'Warning: Redis server does not require a password, but a password was supplied.'

when i run `monitor` on my redis server all i see is this, does that look correct? ``` ➜ recommendationRaccoon git:(master) redis-cli -h 192.168.99.100 192.168.99.100:6379> keys * (empty list or...

@guymorita Also worth noting, when i switch the function over to `mostSimilarUsers` i get this error `callback` is not defined. Does this work for you locally? ![](http://i.imgur.com/B0alOdb.jpg)