Hendy Irawan

Results 86 comments of Hendy Irawan

👍 , see https://github.com/dougmoscrop/serverless-http/issues/52 Especially now that serverless framework 1.42.x supports this: https://github.com/serverless/serverless/pull/6063 Here's what I do: serverless.yml : ```yaml apiGateway: # restApiId: afot4qlq25 # Doesn't work: Template error: instance...

Seems related/similar to #1647 To me it looks like bug, instead of feature enhancement.

@behrooziAWS that makes sense. Since it is one of known issues, may I suggest the following: 1. Put "Caching [paths]..." message in the log, so we know what it is...

@behrooziAWS build still failed after excluding `node_modules/.cache` To be exact, that `.cache` folder has very little content: ![image](https://user-images.githubusercontent.com/24123/112361909-70fed080-8d06-11eb-8fbc-fd34541b98c0.png)

We made it build successfully (at least once) using: ```yaml cache: paths: - node_modules/**/* - '!node_modules/.cache' - '!node_modules/ant-design-pro' ``` The reason I tried to exclude `ant-design-pro` is that `yarn` for...

The problem is this: `node_modules/ant-design-pro/node_modules/ant-design-pro` -> symlinks back to -> `node_modules/ant-design-pro` so it seems that `ant-design-pro` depends back to itself in an infinite cycle. @kevinadhiguna I'd say you should file...

@fasollafsl ... are you even reading my response ? Please checkout the original code at http://github.com/yahoo/messenger-sdk-php and see if you still have your problem. I believe your problem is not...

I hate to say this...but try jYMSG. IIRC its the one I ended up using and worker. On Apr 27, 2012 6:01 PM, "aldrinm" < [email protected]> wrote: > I just...

It needs preprocessing. See files in build/ directory. I managed to port it to Java SE and build it, but it still won't work. See https://github.com/yahoo/messenger-sdk/issues#issue/2

I also need this too. I want the user to enter their birthdate, but by default it should be blank. Also it should be possible for the user to clear...