Gabriel Mancini de Campos
Gabriel Mancini de Campos
same error here ``` consent sls deploy -v Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Deploying function capitalize... Serverless: Unable to find any running pod for capitalize. Retrying... Serverless:...
@andresmgot using kubeless v0.3.3 serverless -v 1.25.0 now on linux, when deploy ``` serverless deploy -v Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Deploying function capitalize... Serverless: Unable to...
cat serverless.yml ``` # Welcome to Serverless! # # For full config options, check the kubeless plugin docs: # https://github.com/serverless/serverless-kubeless # # For documentation on kubeless itself: # http://kubeless.io #...
Hi Philipp @pstaender , First of all, thanks for your answer and benchmark! About the first question Q -> Do you have some gotchas to use mongraph to use selective...
Hi @pstaender , That's a great solution, i will try to implement in my app, stay this issue open i will back with the feedback. But the problem occur on...
Hi @pstaender , I think i m doing something whrong here, can u help me? I load my models that way ``` javascript var mongoose = require('mongoose'), fs = require('fs'),...
AHHH!!!! Dammed, its a version, sorry about that.... i still have problems with remove documents, the hook do not work and the node still in neo4j. :-/
Hi @pstaender when i set schema.set('graphability', true); i had this error: what i do wrong? ``` /home/gabriel/Documents/github/bilgow/api/node_modules/mongraph/lib/mongraphMongoosePlugin.js:28 if ((_ref3 = (_base2 = schemaOptions.graphability.middleware).preRemove) == ^ TypeError: Cannot read property 'preRemove'...
hello @zmstone, sorry about the lac of the context, i have try to create an tcp elixir "mqtt proxy" to a broker, and i have using this lib to parse...