bitsofinfo
bitsofinfo
is this project dead? any actively maintained forks? says last release 2016
Using sprig 2.22.0 `deepCopy` and `mergeOverwrite` are there but not the `must*` variants despite what docs say
Hi My requirements looks like this (references a relative path). Now I understand this is failing due to the way the docker volume is being mounted, but might you be...
When using `zeep.AsyncClient()` how should it be cleaned up on exit? ``` history_plugin = HistoryPlugin() wsdl = os.environ.get("mywsdl") settings = Settings(strict=False, xml_huge_tree=True) client = zeep.AsyncClient(wsdl, settings=settings, plugins=[history_plugin]) ``` When the...
just noticing not alot of activity: using 2.11.1 and this plugin, following the example I am getting `Configuration warning at 'functions.myFunc.events[0].http': unrecognized property 'documentation'`
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-helm-chart/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
The helm chart when installed doesn't install a service account, clusterrole or clusterrole binding https://github.com/helm/charts/tree/master/stable/kube-ops-view After installing the chart you can't do anything, as the deployment runs under the default...
are these projects dead? maintained? numerous issues, prs w/ zero activity.
Running serverless 2.19.0 offline w/ ` "serverless-offline-sqs": "4.1.1",` ``` - sqs: arn: batchSize: 50 maximumBatchingWindow: 30 ``` ``` Serverless: [AWS sqs 400 0.152s 0 retries] receiveMessage({ QueueUrl: 'http://localhost:9324/queue/my-queue', MaxNumberOfMessages: 50,...
When attempting to install in a project with serverless-offline 7.0.0 .... is there any reason why this requires`^6.7.0`? ``` npm install serverless-offline-sqs --save-dev npm ERR! code ERESOLVE npm ERR! ERESOLVE...