Wenbo Zhao

Results 5 issues of Wenbo Zhao

this bug confused a lot people. see [google "learnyounode make it modular does not export a single function"](https://www.google.co.jp/search?q=learnyounode+make+it+modular+does+not+export+a+single+function&oq=learnyounode+make+it+modular+does+not+export+a+single+function&aqs=chrome..69i57.264j0j7&sourceid=chrome&es_sm=91&ie=UTF-8)

### Problem Statement Our team is using aws lambda layer and cloudformation macro to automatically initialize sentry so we don't have to import and init sentry in every application code....

enhancement
Integration: Serverless
Status: Backlog

### How do you use Sentry? Sentry Saas (sentry.io) ### Version arn:aws:lambda:ap-southeast-2:943013980633:layer:SentryPythonServerlessSDK:37 ### Steps to Reproduce AWS Lambda layer = arn:aws:lambda:ap-southeast-2:943013980633:layer:SentryPythonServerlessSDK:37 I have tried from version 22, the last version...

enhancement
Status: Backlog

**Describe the bug** In this tutorial [page](https://quickstarts.snowflake.com/guide/data_teams_with_dbt_cloud/#9) it says > Create a new file in the data folder called manual_book1.csv. In the screenshot it's `data/manual_book1.csv` This is outdated. As shown...

It's generally not encouraged to use [] and {} as function param default value because they are prone to cause unexpected modifications if the default value is used and modified...