Brian

Results 13 comments of Brian

so I'm kinda curious @danjac how would you do this then? Most articles and even code you look at use this same type of setup with vuex typically storing the...

I believe this issue can be closed, this should be at the ownership of the skill owner to submit these into the repo.

Well that seems stupid to not put your skill into the repo just cause their tests are broke. I have for now built my own seperate unittests from the test...

I’m having this same issue trying to install 1.1.8 with k8s as well, has anyone figured out what is leading to this?

Here is the output on my setup, seems like the contiv-netplugin keeps crashing: ``` [root@kubemaster contiv-1.1.8]# kubectl get all -n kube-system NAME READY STATUS RESTARTS AGE pod/contiv-etcd-wlp27 1/1 Running 0...

Here is some more information the container logs for that netplugin that is crashing shows this: ``` Initializing OVS modprobe: ERROR: could not insert 'openvswitch': Exec format error ```

I got mine installing using `modprobe openvswitch` and now everything is loading correctly dashboard and all

Looks like if you were to modify https://github.com/olawalejarvis/blog_api_tutorial/blob/develop/src/shared/Authentication.py#L44 and add in `algorithms=['HS256']` it will resolve this I'll issue a PR

I'm interested in helping out on this, what part of the code does this reside in that needs to be updated?

Curious how you accomplish this now with something like this before using Postgres? ``` query SEARCH_SNAKES_QUERY($searchTerm: String!) { snakes( where: { OR: [ { name_contains: $searchTerm } { description_contains: $searchTerm...