Zachary Nevin
Zachary Nevin
Hello, How do I unlink melded accounts? For example, lets say that I registered with Gmail ([email protected]) and then linked Facebook while logged in ([email protected]). I try removing the `services.facebook`...
In `$routeProvider`, I would have custom paramters that would define the route access level: ``` $routeProvider.when({ templateUrl: 'templateUrl.html', controller: 'MyController', access_level: ROUTE_ACCESS_LEVELS.ONLY_LOGGED_IN }) ``` I see in the test spec...
Hi there, Have you guys considered using the TF Dataset API? https://www.tensorflow.org/programmers_guide/datasets#using_high-level_apis One thing that makes it really appealing is that you can easily set up input pipelines to remotely...
I have token-based authentication in my app. I have a socket route that does the actual token validation, but I am wondering how I would require some routes be protected...
I am trying to check if two bitarray are equivelant, but I get 'true' no matter what. Let's say I have the following bitarrays: ``` bitarray_1.toString() = 001001000 bitarray_2.toString() =...
Hi there, When I try to deploy this, I get the following error after the command `sudo /usr/local/openvpn_as/scripts/sacli start`: ``` RunStart warm None { "errors": { "client_query": [ [ "error",...