b_d

Results 15 comments of b_d

I believe I'm experiencing the same issue. I have files that are referenced as a glob and parsed at runtime. An example would be TypeORM: ``` createConnection({ type: "mysql", ...,...

@ramanbuttar If I am understanding your issue correctly, it is actually tackled in your core serverless config. See this [documentation](https://serverless.com/framework/docs/providers/aws/guide/packaging/#exclude--include). ``` package: exclude: - node_modules/** - your_test_directory/** ```

@ramanbuttar @mpuittinen Approach looks solid, it dynamically generates entry points for each function using the serverless config. Therefore avoiding the tests being bundled, especially if you previously had broad directory...

@holgersindbaek Did you find a solution for this?

@nadavofi That is all understood, I have already implemented a solution. The original question was more to see if there was some undocumented feature, but after reviewing the source I...

From the HockeySDK [repo](https://github.com/bitstadium/HockeySDK-iOS): > Feedback and iOS 10 > > 4.1.1 of the HockeySDK removes the Feedback feature from the default version of the SDK. The reason for this...

Hey @alvaromb, It wasn't. It is pretty common to have placeholder text that doesn't match the label. In my case I needed placeholder text that was a bit more 'assistful'.

@benjreinhart Did you find an alternative?

@jhen0409 @benjreinhart Thanks for the responses. But in my case, use of the transferUtility is important, I think it will be a great boost for UX. So I will experiment...

@benjreinhart A few reasons, the maturity of aws sdk, the ability to convert to background job and simply monitor from js when in foreground. I'll be dealing with people uploading...