Roman Gorodeckij
Roman Gorodeckij
Hello I finally installed this gem thru bloody path on my snow leopard.. First of all these fixes need to be done to install gem itself.. sudo port -v install...
Any plans on that? Seems to be pretty basic need.
``` (backend)www@backend:/var/www/msgapp/backend/project/tests$ cat test_app.py import urllib2 from flask.ext.testing import LiveServerTestCase class MyTest(LiveServerTestCase): def create_app(self): app = Flask(__name__) app.config['TESTING'] = True # Default port is 5000 app.config['LIVESERVER_PORT'] = 8943 return app...
First try, and first issue: Here's a script: ``` var phantom = require('node-phantom') var Log = require('log') log = new Log('info'); phantom.create(function(err,ph) { return ph.createPage(function(err,page) { /* page.onResourceRequested = function(request)...
Your documentation is completely not clear to me: https://kubernetes-operational-view.readthedocs.io/en/latest/getting-started.html Started kubeproxy redirected my browser to here: http://localhost:8001/api/v1/proxy/namespaces/default/services/kube-ops-view/ And I see this response: ``` { "kind": "Status", "apiVersion": "v1", "metadata": {...
Doing this manually is very counter-productive every time. What are the variants to implement this?
This actually came from gitlab-omniauth-ldap fork, so pardon me if it's their issue but you need to confirm this first, or else they probably wont accept this ticket in there.....
Greetings. I think Terraform recently changed a folder for third-party plugins, also seems to be plugin filename **should not** contain platform name: This one doesn't work: ``` ~/.terraform.d/plugins/terraform-provider-mongodbatlas_v0.8.1_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v0.8.1_linux_amd64 ```...
This is not really issue, but a question. I'm seriously confused, or I'm getting old.. Through all documentation I've found about MongoAlchemy and flask-mongoalchemy, I just don't understand how to...
Just wondering is it technically possible? Because NexClipper does it, although it's only per host currently. I like you design lot more, and this would be a real killer feature....