TomasC
TomasC
reverse convert is so hard, is @danpaz able to convert this back to `bodybuilder` js code ? ```json { "query": { "function_score": { "query": { "bool": { "should": [ {...
the [httpie/httpie-http2](https://github.com/httpie/httpie-http2) plugin is just broken, does not work at all for anything, have to uninstall: ```console $ httpie --verbose https://h2book.com GET / HTTP/1.1 Accept-Encoding: gzip, deflate Accept: */* Connection:...
`serverless/github-action@master` is meant for github CI use-case to build Lambda package deployment, and AWS Lambda environment is so far all Linux-64, it's not a docker image but a zip folder...
seeing @DavideViolante still makes changes in 2022, is aware of the switching to alpine makes it unusable to glibc depended npm packages (like sharp) ?
> Any feedback is welcome here about next steps and improvements to do. +1 suggest to revert the alpine changes in #51 (cc @anandg112) back to a glibc based image,...
already in 137dde7e14 in #2710
just change these lines: https://github.com/thematters/matters-server/blob/develop/src/common/enums/index.ts#L244-L248
current alternative is: 1. `ipfs.addAll` add all local files first, 2. then call `ipfs object patch add-link`; (this is at least available) 3. or wait #4782 `ipfs dag patch ...`...
@dependabot recreate