Laeyoung

Results 14 comments of Laeyoung

Hello, @KodamaCR ! I checked your message lately. I just added allowing all cors(https://github.com/Laeyoung/COVID-19-API/commit/c002a7d5d8b6ba0821ef0ca509169d1967f4a43a). Can you try it again? 😃

@thepost I just update fixed version. - /jhu-edu/latest will return last recovered value - /jhu-edu/timeseries will return 0 the day after 3/23/20 I was searching issue board at JHU CSSE...

Hi, @daniakbar I think it seems to be caused by this issue #10. I will fix it as soon as ...🤔

Hi, @LuckyCoders This api service is referencing to [time series data source](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series) of JHU CSSE Repo. I think time series data is about 2~3 hours slower than [daily report](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports). I...

@CondormanFr I just request PR. And you can uses [our repo](https://github.com/AlleysWonderlab/gopro-utils) temporary before PR merged. Change import statements like: ``` import ( "flag" "fmt" "io" "os" "time" "github.com/AlleysWonderlab/gopro-utils/telemetry" ) ```

질문이 있어서 댓글을 남깁니다~ Q. SaveAddressButton과 그 안에 있는 handleSaveClick()의 경우, domain에 종속되어 있는거 아닌가요? 해당 부분에 실제 코드가 들어간다고 생각해보면(어디에 save된 정보를 저장할테니), domain에 종속적이지 않나요?

아 안녕하세요~~😃 변경에 유연한 컴포넌트가 "그렇기 때문에 반복되는 요소들을 매번 개발하기보다는 미리 만들어둔 요소를 재사용하여 여러 가지 이득을 취할 수 있기 때문에 컴포넌트로 개발하곤 한다." 라는 말에 공감을 하는데요. A와...

@DmitriyBagrov92 add this code on Podfile post_install do |installer| installer.pods_project.targets.each do |target| if target.name == 'AmazonS3RequestManager' target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.2' end end end end

Sweep: please fix this crash /Users/laeyoung/Documents/personal/COVID-19-API/api/korea-kcdc.js:4 const fetch = require("node-fetch"); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/laeyoung/Documents/personal/COVID-19-API/node_modules/node-fetch/src/index.js from /Users/laeyoung/Documents/personal/COVID-19-API/api/korea-kcdc.js not supported.