bitsofinfo

Results 157 comments of bitsofinfo

Note my serverless python project is using a virtual env When I don't use a virtual env, then it works ``` serverless-project-root/ my.venv/ serverless.yml requirements.txt ``` If I `source my.venv/bin/activate`...

If I change ``` "devDependencies": { "serverless-azure-functions": "1.0.2-22" } ``` to ``` "devDependencies": { "serverless-azure-functions": "^2.0.0" } ``` then `npm install` and `serverless offline`... then it works Why is the...

Please submit a PR if this fix goes beyond your particular use-case and would benefit others. Also please describe your setup (logstash version, modsec version etc)

``` bash-4.4$ helm repo add appdeploy-1.0.1 git+https://github.com/bitsofinfo/appdeploy@?ref=1.0.1 fatal: update_ref failed for ref 'HEAD': cannot update ref 'refs/heads/master': trying to write non-commit object 95f7b58c955075f3e3ff335a50e39c8cf56924be to bran ch 'refs/heads/master' Error in plugin...

definitely need this please!

So this seems to be a bug to me: 1. I have 6 pods, all have the same pod labels referenced by `hazelcast-kubernetes` for its `pod-label-selector`, but only 4 of...

? what is it? its a class provided by akka... https://github.com/akka/akka-management/blob/master/discovery-kubernetes-api/src/main/resources/reference.conf#L10