Danilo Tuler

Results 37 comments of Danilo Tuler

I tried to add caching to a method with a parameter `/{id}`, and the caching works but the parameter is ignored. (so `/1` is cached for any other id request...

I think I just found my own mistake. ``` Events: Http: Type: Api Properties: Path: /{id} Method: get RequestParameters: (-) method.request.path.id: (-) Required: true (-) Caching: true (+) - method.request.path.id:...

I implemented support for Amazon EventBridge in this PR https://github.com/ConsenSys/eventeum/pull/150 This allows the integration with SNS, SQS and several other AWS products

I'm also having issues with the program not exiting. I wonder what are the tools and strategies to use to find what is the real issue.

I have the same problem. Import with `dist/operator.js` does not work for me.

This also add quite a lot of size to install the package. 2Mb from `@types/mute-stream` and 2Mb from `@types/node`. ``` npx howfat @inquirer/core @inquirer/[email protected] (28 deps, 2.57mb, 385 files, ©MIT)...

I have a 202 response with `Content-Type: text/plain` and `Content-Length: 27`, which is a message. And I'm getting a JSON parse error as well.

> 2. `oclif upload:deb` tries to upload the `i386` pkg: > https://github.com/oclif/oclif/blob/f483d1cc509a11fd9c255655cf29fc099be1f6f6/src/commands/upload/deb.ts#L54 My issue is that `oclif upload:deb` does not upload the `armel` pkg produced by `oclif pack:deb`. Any reason...

I can confirm the arm package is produced by `oclif pack:deb`, it just is not published. I do think it's an easy fix, probably just add it [here](https://github.com/oclif/oclif/blob/4d4a96bbd65f65d124db5dbb7ee278109ea89238/src/commands/upload/deb.ts#L53).